mobile gird

This commit is contained in:
j 2021-11-12 10:49:52 +00:00
parent 46877572ae
commit 333828e864

View file

@ -17,6 +17,7 @@
display: flex;
flex-wrap: wrap;
gap: 16px;
justify-content: center;
}
.film {
@ -40,6 +41,7 @@
}
@media screen and (max-width: 799px) {
.film {
width: calc(100% / 2 - 8px);
margin-bottom: var(--spacing-2);
h2 {
margin-bottom: var(--spacing);