Fixed landing on chrome
This commit is contained in:
@@ -225,6 +225,7 @@
|
|||||||
|
|
||||||
#crowd {
|
#crowd {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: min(248.25px,calc(100vw / 3.2225));
|
||||||
margin-bottom: 2rem;
|
margin-bottom: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -246,7 +247,7 @@
|
|||||||
#container-grid {
|
#container-grid {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: var(--grid-width);
|
grid-template-columns: var(--grid-width);
|
||||||
grid-template-rows: 100% 100%;
|
grid-template-rows: auto auto;
|
||||||
grid-gap: 4rem;
|
grid-gap: 4rem;
|
||||||
row-gap: 2.5rem;
|
row-gap: 2.5rem;
|
||||||
margin-top: 2rem;
|
margin-top: 2rem;
|
||||||
|
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user