Commit 195e30ae by Ajmal.S

update style css

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