website more adaptive to scale
All checks were successful
/ Build BaseBand Website (push) Successful in 14s

This commit is contained in:
Daniella / Tove 2024-10-14 16:47:31 +02:00
parent 24b0744393
commit 49973d8286
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -23,7 +23,7 @@ a.btn {
min-width: fit-content; min-width: fit-content;
padding: 10px; padding: 10px;
margin: 0; margin: 0;
margin-bottom: 1px; margin-bottom: 0.1em;
text-decoration: none; text-decoration: none;
text-align: center; text-align: center;
transition: 0.2s; transition: 0.2s;
@ -74,6 +74,6 @@ div.error {
img.ss { img.ss {
margin: auto; margin: auto;
display: inline-block; display: inline-block;
width: min(calc(45vw - 1.5em), calc(350px - 1.5em)); width: min(calc(45vw - 0.5em), calc(350px - 0.5em));
margin: 0.5em; margin: 0.2em;
} }