Added extremely simple small-screen support

This commit is contained in:
2026-06-02 18:40:39 +01:00
parent 832b700e06
commit 48a74104eb
2 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,7 @@ body {
background-color: #363636da;
backdrop-filter: blur(10px);
text-align: center;
width: max-content;
width: fit-content;
margin:0 auto;
margin-bottom: 1%;
padding: 1%;