Commit 24a22296 by Siyam Kumar

grid4

parent 7edc83ac
...@@ -106,9 +106,15 @@ hr { ...@@ -106,9 +106,15 @@ hr {
.grid-container { .grid-container {
grid-template-columns: 33.3% 33.3% 33.3%; grid-template-columns: 33.3% 33.3% 33.3%;
} }
.grid-container>div { .grid-container>div {
height: 50vh; height: 50vh;
overflow: hidden; overflow: hidden;
min-height:1000px ;
}
.mainimage{
max-width: 100%;
} }
} }
...@@ -123,6 +129,7 @@ hr { ...@@ -123,6 +129,7 @@ hr {
min-height: 50vh; min-height: 50vh;
overflow: hidden; overflow: hidden;
align-items: center; align-items: center;
min-height: 350px ;
} }
header { header {
...@@ -140,12 +147,12 @@ hr { ...@@ -140,12 +147,12 @@ hr {
.grid-container h4 { .grid-container h4 {
text-transform: initial; text-transform: initial;
font-size: 18px; font-size: 16px;
font-weight: normal; font-weight: normal;
} }
.grid-container p { .grid-container p {
font-size: 15px; font-size: 13px;
text-transform: uppercase; text-transform: uppercase;
opacity: initial; opacity: initial;
font-weight: normal; font-weight: normal;
...@@ -153,7 +160,7 @@ hr { ...@@ -153,7 +160,7 @@ hr {
@media screen and (min-width: 1570px) { @media screen and (min-width: 1570px) {
.mainimage { .mainimage {
min-height: 300px; min-height: 250px;
} }
} }
......
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