use safe center for content to make mobile breakage less bad
This commit is contained in:
parent
a5fcc7b5e9
commit
09f8d03ab3
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@
|
||||||
margin-inline: 0.618rem;
|
margin-inline: 0.618rem;
|
||||||
margin-top: 3.5rem;
|
margin-top: 3.5rem;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: safe center;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
flex-grow: 1;
|
flex-grow: 1;
|
||||||
transition: filter 0.3s;
|
transition: filter 0.3s;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue