Commit 195e30ae by Ajmal.S

update style css

parent 57d0b204
/* Global css */ /***** Global css *****/
* { * {
box-sizing: border-box; box-sizing: border-box;
...@@ -52,7 +52,7 @@ body { ...@@ -52,7 +52,7 @@ body {
position: relative; position: relative;
} }
/* Grid Css */ /***** Grid Css *****/
.grids { .grids {
display: grid; display: grid;
...@@ -75,9 +75,9 @@ body { ...@@ -75,9 +75,9 @@ body {
} }
} }
/* End Grid Css */ /***** End Grid Css *****/
/* Flexbox Css */ /***** Flexbox Css *****/
.parent { .parent {
display: flex; display: flex;
...@@ -101,9 +101,9 @@ body { ...@@ -101,9 +101,9 @@ body {
} }
} }
/*End Flexbox Css */ /*****End Flexbox Css ******/
/* Float css */ /***** Float Css ******/
.info { .info {
text-align: left; text-align: left;
...@@ -112,7 +112,7 @@ body { ...@@ -112,7 +112,7 @@ body {
} }
.info:nth-of-type(1) { .info:nth-of-type(1) {
padding: 15% 10% !important; padding: 15% 8%;
} }
.row:after { .row:after {
...@@ -144,10 +144,9 @@ body { ...@@ -144,10 +144,9 @@ body {
height: 50vh; height: 50vh;
min-height: 700px; min-height: 700px;
} }
.info:nth-of-type(1) {
.info { padding: 10% 8%;
padding: 30px 20px;
} }
} }
/* End Float css */ /***** End Float css *****/
\ No newline at end of file \ 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