fix buttons on very small displays
All checks were successful
/ Build BaseBand Website (push) Successful in 10s

This commit is contained in:
Daniella / Tove 2024-10-14 14:22:45 +02:00
parent e747149868
commit 13f7b13dc1

View file

@ -19,7 +19,7 @@ a.btn {
background-color: #603060;
display: inline-block;
width: 10em;
max-width: calc(100vw - 30px);
max-width: 90vw;
min-width: fit-content;
padding: 10px;
margin: 0;