margin-inline
This commit is contained in:
parent
cc787dbf01
commit
d04e207a64
4 changed files with 6 additions and 6 deletions
|
@ -47,7 +47,7 @@
|
|||
grid-template-rows: max-content;
|
||||
gap: 25px;
|
||||
justify-content: center;
|
||||
margin: 0 auto;
|
||||
margin-inline: auto;
|
||||
max-width: 1599px;
|
||||
}
|
||||
.post {
|
||||
|
|
|
@ -59,7 +59,7 @@
|
|||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
object-fit: contain;
|
||||
margin: 0 auto;
|
||||
margin-inline: auto;
|
||||
transition: transform .3s ease-out;
|
||||
}
|
||||
& div.emoji {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue