Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
Simple-responsive-layout
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
Vinod
Simple-responsive-layout
Commits
a12bcfaf
Commit
a12bcfaf
authored
May 15, 2023
by
Vinod
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Updated without grid & flex
parent
633743df
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
style.css
CSS/style.css
+8
-2
No files found.
CSS/style.css
View file @
a12bcfaf
...
@@ -43,8 +43,8 @@ body {
...
@@ -43,8 +43,8 @@ body {
.card
{
.card
{
display
:
inline-block
;
display
:
inline-block
;
margin-right
:
-0.
25
em
;
margin-right
:
-0.
30
em
;
margin-bottom
:
-0.
25
em
;
margin-bottom
:
-0.
30
em
;
width
:
calc
(
100%
/
3
);
width
:
calc
(
100%
/
3
);
height
:
calc
(
100%
/
2
);
height
:
calc
(
100%
/
2
);
position
:
relative
;
position
:
relative
;
...
@@ -221,6 +221,7 @@ body {
...
@@ -221,6 +221,7 @@ body {
@media
(
min-width
:
481px
)
and
(
max-width
:
767px
)
{
@media
(
min-width
:
481px
)
and
(
max-width
:
767px
)
{
.card
{
.card
{
width
:
50%
;
width
:
50%
;
max-height
:
40%
;
}
}
}
}
...
@@ -228,6 +229,7 @@ body {
...
@@ -228,6 +229,7 @@ body {
@media
(
min-width
:
768px
)
and
(
max-width
:
1024px
)
{
@media
(
min-width
:
768px
)
and
(
max-width
:
1024px
)
{
.card
{
.card
{
width
:
50%
;
width
:
50%
;
max-height
:
50%
;
}
}
}
}
...
@@ -235,6 +237,7 @@ body {
...
@@ -235,6 +237,7 @@ body {
@media
(
min-width
:
1025px
)
and
(
max-width
:
1280px
)
{
@media
(
min-width
:
1025px
)
and
(
max-width
:
1280px
)
{
.card
{
.card
{
width
:
33.33%
;
width
:
33.33%
;
max-height
:
50%
;
}
}
}
}
...
@@ -242,5 +245,7 @@ body {
...
@@ -242,5 +245,7 @@ body {
@media
(
min-width
:
1281px
)
{
@media
(
min-width
:
1281px
)
{
.card
{
.card
{
width
:
33.33%
;
width
:
33.33%
;
max-height
:
50%
;
}
}
}
}
\ 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