Commit ea6ad13f by Siyam Kumar

gridzoom1

parent c33f9fd2
...@@ -81,9 +81,10 @@ hr { ...@@ -81,9 +81,10 @@ hr {
} }
.subimage { .subimage {
margin-bottom: 20px; margin-bottom: 7em;
max-height: 60px; height: 12em;
max-width: 130px; width: 15em;
object-fit: contain;
} }
@media screen and (min-width: 540px) { @media screen and (min-width: 540px) {
...@@ -135,7 +136,7 @@ hr { ...@@ -135,7 +136,7 @@ hr {
overflow: hidden; overflow: hidden;
align-items: center; align-items: center;
min-height: 350px ; min-height: 350px ;
padding: 3em; padding: 2em;
} }
header { header {
...@@ -147,7 +148,8 @@ hr { ...@@ -147,7 +148,8 @@ hr {
} }
.subimage{ .subimage{
height: 5em; margin-bottom: 0.5em;
height: 4em;
width: 5em; width: 5em;
object-fit: contain; object-fit: contain;
} }
......
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