fix buttons on very small displays
All checks were successful
/ Build BaseBand Website (push) Successful in 10s
All checks were successful
/ Build BaseBand Website (push) Successful in 10s
This commit is contained in:
parent
e747149868
commit
13f7b13dc1
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ a.btn {
|
||||||
background-color: #603060;
|
background-color: #603060;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 10em;
|
width: 10em;
|
||||||
max-width: calc(100vw - 30px);
|
max-width: 90vw;
|
||||||
min-width: fit-content;
|
min-width: fit-content;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
|
Loading…
Add table
Reference in a new issue