Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
new-mobiles
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Siyam Kumar
new-mobiles
Commits
b7ee71ad
Commit
b7ee71ad
authored
Apr 29, 2022
by
Siyam Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
flexzoom3
parent
b213fe78
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
8 deletions
+22
-8
App.css
src/App.css
+22
-8
No files found.
src/App.css
View file @
b7ee71ad
...
...
@@ -3,7 +3,7 @@ body {
}
header
{
padding
:
15px
;
padding
:
3em
;
position
:
sticky
;
top
:
0
;
background-color
:
#fcf8f8
;
...
...
@@ -80,10 +80,10 @@ hr {
}
.subimage
{
margin-bottom
:
7em
;
height
:
15em
;
width
:
25em
;
height
:
14em
;
width
:
20em
;
object-fit
:
contain
;
margin-bottom
:
7em
;
}
@media
screen
and
(
min-width
:
540px
)
{
...
...
@@ -104,6 +104,13 @@ hr {
background-color
:
initial
;
filter
:
invert
(
1
);
}
.subimage
{
height
:
10em
;
width
:
12em
;
object-fit
:
contain
;
margin-bottom
:
3.5em
;
}
}
@media
screen
and
(
min-width
:
780px
)
{
...
...
@@ -117,6 +124,13 @@ hr {
.mainimage
{
max-width
:
100%
;
}
.subimage
{
width
:
10em
;
height
:
8em
;
margin-bottom
:
2em
;
object-fit
:
contain
;
}
}
@media
screen
and
(
min-width
:
992px
)
{
...
...
@@ -127,11 +141,11 @@ hr {
overflow
:
hidden
;
align-items
:
center
;
justify-content
:
space-between
;
min-height
:
350px
;
min-height
:
20em
;
}
header
{
padding
:
2
0px
;
padding
:
2
em
;
}
header
>
img
{
...
...
@@ -143,8 +157,8 @@ hr {
}
.subimage
{
margin-bottom
:
0.5
em
;
width
:
4
em
;
margin-bottom
:
1
em
;
width
:
5
em
;
height
:
4em
;
object-fit
:
contain
;
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment