Commit a12bcfaf by Vinod

Updated without grid & flex

parent 633743df
...@@ -43,8 +43,8 @@ body { ...@@ -43,8 +43,8 @@ body {
.card { .card {
display: inline-block; display: inline-block;
margin-right: -0.25em; margin-right: -0.30em;
margin-bottom: -0.25em; margin-bottom: -0.30em;
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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment