Commit b213fe78 by Siyam Kumar

flexzoom1

parent 4f5e2706
...@@ -80,9 +80,9 @@ hr { ...@@ -80,9 +80,9 @@ hr {
} }
.subimage { .subimage {
margin-bottom: 0.5em; margin-bottom: 7em;
height: 3em; height: 15em;
width: 4em; width: 25em;
object-fit: contain; object-fit: contain;
} }
...@@ -123,7 +123,7 @@ hr { ...@@ -123,7 +123,7 @@ hr {
.flex-container>div { .flex-container>div {
display: flex; display: flex;
min-height: 50%; min-height: 50%;
padding: 2%; padding: 2em;
overflow: hidden; overflow: hidden;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
...@@ -142,6 +142,13 @@ hr { ...@@ -142,6 +142,13 @@ hr {
width: 10em; width: 10em;
} }
.subimage {
margin-bottom: 0.5em;
width: 4em;
height: 4em;
object-fit: contain;
}
.part1 { .part1 {
min-width: 150px; min-width: 150px;
} }
......
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