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
967cc712
Commit
967cc712
authored
Apr 28, 2022
by
Siyam Kumar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
grid3
parent
dd7cf346
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
29 deletions
+18
-29
App.css
src/App.css
+18
-29
No files found.
src/App.css
View file @
967cc712
...
...
@@ -18,7 +18,7 @@ header>img {
text-transform
:
uppercase
;
}
.part2
{
.part2
{
display
:
grid
;
}
...
...
@@ -85,7 +85,7 @@ hr {
.grid-container
{
display
:
grid
;
grid-template-columns
:
auto
auto
;
}
.grid-container
>
div
{
...
...
@@ -103,27 +103,23 @@ hr {
}
@media
screen
and
(
min-width
:
780px
)
{
.grid-container
{
display
:
grid
;
grid-template-columns
:
auto
auto
auto
;
}
.grid-container
>
div
{
width
:
100%
;
height
:
50vh
;
overflow
:
hidden
;
}
}
@media
screen
and
(
min-width
:
992px
)
{
.grid-container
{
grid-template-columns
:
33.3%
33.3%
33.3%
;
}
.grid-container
>
div
{
display
:
flex
;
min-height
:
50px
;
padding
:
5%
;
display
:
grid
;
grid-template-columns
:
50%
50%
;
min-height
:
50vh
;
overflow
:
hidden
;
align-items
:
center
;
justify-content
:
space-between
;
}
header
{
...
...
@@ -135,18 +131,10 @@ hr {
}
.mainimage
{
max-width
:
100%
;
max-height
:
300px
;
}
.part1
{
min-width
:
300px
;
}
.part2
{
max-width
:
fit-content
;
max-width
:
100%
;
max-height
:
280px
;
}
.grid-container
h4
{
text-transform
:
initial
;
font-size
:
18px
;
...
...
@@ -168,15 +156,15 @@ hr {
@media
screen
and
(
min-width
:
2040px
)
{
.mainimage
{
min-height
:
350px
;
min-height
:
350px
;
}
}
@media
screen
and
(
min-width
:
2380px
)
{
.grid-container
>
div
{
padding-left
:
100px
;
.grid-container
>
div
{
padding-left
:
100px
;
}
}
}
\ No newline at end of file
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