fix some css for small screen

This commit is contained in:
counterweight 2025-04-16 16:38:10 +02:00
parent 1bd4aa40e6
commit 042bb43d9c
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C
2 changed files with 2 additions and 2 deletions

View file

@ -141,6 +141,8 @@ h1 {
padding: 10px;
width: fit-content;
max-width: 95%;
max-height: 90vh;
overflow: auto;
margin: 20px auto;
}