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

@ -223,8 +223,6 @@
.create-offer-controls { .create-offer-controls {
text-align: center; text-align: center;
overflow-y: auto;
max-height: 800px;
padding: 20px; padding: 20px;
} }

View file

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