Commit 7edc83ac by Siyam Kumar

grid4

parent 967cc712
...@@ -103,6 +103,9 @@ hr { ...@@ -103,6 +103,9 @@ hr {
} }
@media screen and (min-width: 780px) { @media screen and (min-width: 780px) {
.grid-container {
grid-template-columns: 33.3% 33.3% 33.3%;
}
.grid-container>div { .grid-container>div {
height: 50vh; height: 50vh;
overflow: hidden; overflow: hidden;
......
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