Commit 70f2ce19 by Siyam Kumar

gridview6

parent ea6ad13f
...@@ -4,7 +4,7 @@ body{ ...@@ -4,7 +4,7 @@ body{
header { header {
padding: 15px; padding: 3em;
position: sticky; position: sticky;
top: 0; top: 0;
background-color: #fcf8f8; background-color: #fcf8f8;
...@@ -12,7 +12,7 @@ header { ...@@ -12,7 +12,7 @@ header {
header>img { header>img {
filter: invert(1); filter: invert(1);
height: 20px; height: 5em ;
} }
.grid-container h4 { .grid-container h4 {
...@@ -82,8 +82,8 @@ hr { ...@@ -82,8 +82,8 @@ hr {
.subimage { .subimage {
margin-bottom: 7em; margin-bottom: 7em;
height: 12em; height: 14em;
width: 15em; width: 25em;
object-fit: contain; object-fit: contain;
} }
...@@ -94,6 +94,12 @@ hr { ...@@ -94,6 +94,12 @@ hr {
} }
.subimage{
width: 12em;
height: 10em;
object-fit: contain;
}
.grid-container>div { .grid-container>div {
width: 100%; width: 100%;
height: 100vh; height: 100vh;
...@@ -106,6 +112,13 @@ hr { ...@@ -106,6 +112,13 @@ hr {
background-color: initial; background-color: initial;
filter: invert(1); filter: invert(1);
} }
header>img {
height: 3em ;
}
} }
@media screen and (min-width: 780px) { @media screen and (min-width: 780px) {
...@@ -120,10 +133,19 @@ hr { ...@@ -120,10 +133,19 @@ hr {
} }
.mainimage{ .mainimage{
max-width: 100%; max-width: 100%;
}
.subimage{
margin-top:1em ;
width: 10em;
height: 7em;
margin-bottom: 2em;
object-fit: contain;
} }
} }
@media screen and (min-width: 992px) { @media screen and (min-width: 992px) {
.grid-container { .grid-container {
grid-template-columns: 33.3% 33.3% 33.3%; grid-template-columns: 33.3% 33.3% 33.3%;
...@@ -135,22 +157,22 @@ hr { ...@@ -135,22 +157,22 @@ hr {
min-height: 50vh; min-height: 50vh;
overflow: hidden; overflow: hidden;
align-items: center; align-items: center;
min-height: 350px ;
padding: 2em; padding: 2em;
min-height: 25em;
} }
header { header {
padding: 20px; padding: 1.5em;
} }
header>img { header>img {
height: 25px; height: 1.2em;
} }
.subimage{ .subimage{
margin-bottom: 0.5em; margin-bottom: 1em;
height: 4em; height: 3em;
width: 5em; width: 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