Commit 57d0b204 by Ajmal.S

update style css

parent eb7c653c
...@@ -44,12 +44,6 @@ body { ...@@ -44,12 +44,6 @@ body {
background-color: #4ec2e7; background-color: #4ec2e7;
} }
.info {
text-align: left;
display: inline-block;
padding: 20px;
}
.c-margin-t { .c-margin-t {
margin-top: 60px; margin-top: 60px;
} }
...@@ -111,6 +105,16 @@ body { ...@@ -111,6 +105,16 @@ body {
/* Float css */ /* Float css */
.info {
text-align: left;
display: inline-block;
padding: 10%;
}
.info:nth-of-type(1) {
padding: 15% 10% !important;
}
.row:after { .row:after {
content: ""; content: "";
display: table; display: table;
...@@ -123,22 +127,26 @@ body { ...@@ -123,22 +127,26 @@ body {
height: 50vh; height: 50vh;
padding: 20px; padding: 20px;
color: #fff; color: #fff;
min-height: 520px;
} }
@media only screen and (min-width: 250px) and (max-width: 500px) { @media screen and (max-width: 992px) {
.columns { .columns {
width: 100%; width: 50%;
float: left; height: 100vh;
height: 50vh; min-height: 700px;
min-height: 650px;
} }
} }
@media only screen and (min-width: 500px) and (max-width: 1024px) { @media screen and (max-width: 600px) {
.columns { .columns {
width: 50%; width: 100%;
float: left; height: 50vh;
height: 100vh; min-height: 700px;
}
.info {
padding: 30px 20px;
} }
} }
......
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