use safe center for content to make mobile breakage less bad

This commit is contained in:
outfoxxed 2025-10-30 03:20:11 -07:00
parent a5fcc7b5e9
commit 09f8d03ab3
Signed by: outfoxxed
GPG key ID: 4C88A185FB89301E

View file

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