Fixed landing on chrome

This commit is contained in:
a-ill 2023-08-17 13:01:11 +03:00
parent 155d8cf4b5
commit 9143bf30de
2 changed files with 3 additions and 2 deletions

View File

@ -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