Commit b7ee71ad by Siyam Kumar

flexzoom3

parent b213fe78
...@@ -3,7 +3,7 @@ body { ...@@ -3,7 +3,7 @@ body {
} }
header { header {
padding: 15px; padding: 3em;
position: sticky; position: sticky;
top: 0; top: 0;
background-color: #fcf8f8; background-color: #fcf8f8;
...@@ -80,10 +80,10 @@ hr { ...@@ -80,10 +80,10 @@ hr {
} }
.subimage { .subimage {
margin-bottom: 7em; height: 14em;
height: 15em; width: 20em;
width: 25em;
object-fit: contain; object-fit: contain;
margin-bottom: 7em;
} }
@media screen and (min-width: 540px) { @media screen and (min-width: 540px) {
...@@ -104,6 +104,13 @@ hr { ...@@ -104,6 +104,13 @@ hr {
background-color: initial; background-color: initial;
filter: invert(1); filter: invert(1);
} }
.subimage{
height: 10em;
width: 12em;
object-fit: contain;
margin-bottom: 3.5em;
}
} }
@media screen and (min-width: 780px) { @media screen and (min-width: 780px) {
...@@ -117,6 +124,13 @@ hr { ...@@ -117,6 +124,13 @@ hr {
.mainimage{ .mainimage{
max-width: 100%; max-width: 100%;
} }
.subimage{
width: 10em;
height: 8em;
margin-bottom: 2em;
object-fit: contain;
}
} }
@media screen and (min-width: 992px) { @media screen and (min-width: 992px) {
...@@ -127,11 +141,11 @@ hr { ...@@ -127,11 +141,11 @@ hr {
overflow: hidden; overflow: hidden;
align-items: center; align-items: center;
justify-content: space-between; justify-content: space-between;
min-height: 350px; min-height: 20em;
} }
header { header {
padding: 20px; padding: 2em;
} }
header>img { header>img {
...@@ -143,8 +157,8 @@ hr { ...@@ -143,8 +157,8 @@ hr {
} }
.subimage { .subimage {
margin-bottom: 0.5em; margin-bottom: 1em;
width: 4em; width: 5em;
height: 4em; height: 4em;
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