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

@ -3,6 +3,7 @@
<head> <head>
<link rel="stylesheet" href="/styles.css"> <link rel="stylesheet" href="/styles.css">
<script src="/main.js"></script> <script src="/main.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head> </head>
<body> <body>

View File

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