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
70f2ce19
Commit
70f2ce19
authored
Apr 29, 2022
by
Siyam Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
gridview6
parent
ea6ad13f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
32 additions
and
10 deletions
+32
-10
App.css
src/App.css
+32
-10
No files found.
src/App.css
View file @
70f2ce19
...
...
@@ -4,7 +4,7 @@ body{
header
{
padding
:
15px
;
padding
:
3em
;
position
:
sticky
;
top
:
0
;
background-color
:
#fcf8f8
;
...
...
@@ -12,7 +12,7 @@ header {
header
>
img
{
filter
:
invert
(
1
);
height
:
20px
;
height
:
5em
;
}
.grid-container
h4
{
...
...
@@ -82,8 +82,8 @@ hr {
.subimage
{
margin-bottom
:
7em
;
height
:
1
2
em
;
width
:
1
5em
;
height
:
1
4
em
;
width
:
2
5em
;
object-fit
:
contain
;
}
...
...
@@ -94,6 +94,12 @@ hr {
}
.subimage
{
width
:
12em
;
height
:
10em
;
object-fit
:
contain
;
}
.grid-container
>
div
{
width
:
100%
;
height
:
100vh
;
...
...
@@ -106,6 +112,13 @@ hr {
background-color
:
initial
;
filter
:
invert
(
1
);
}
header
>
img
{
height
:
3em
;
}
}
@media
screen
and
(
min-width
:
780px
)
{
...
...
@@ -120,10 +133,19 @@ hr {
}
.mainimage
{
max-width
:
100%
;
}
.subimage
{
margin-top
:
1em
;
width
:
10em
;
height
:
7em
;
margin-bottom
:
2em
;
object-fit
:
contain
;
}
}
@media
screen
and
(
min-width
:
992px
)
{
.grid-container
{
grid-template-columns
:
33.3%
33.3%
33.3%
;
...
...
@@ -135,22 +157,22 @@ hr {
min-height
:
50vh
;
overflow
:
hidden
;
align-items
:
center
;
min-height
:
350px
;
padding
:
2em
;
min-height
:
25em
;
}
header
{
padding
:
20px
;
padding
:
1.5em
;
}
header
>
img
{
height
:
25px
;
height
:
1.2em
;
}
.subimage
{
margin-bottom
:
0.5
em
;
height
:
4
em
;
width
:
5
em
;
margin-bottom
:
1
em
;
height
:
3
em
;
width
:
4
em
;
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