mobile gird
This commit is contained in:
parent
46877572ae
commit
333828e864
1 changed files with 2 additions and 0 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue