website more adaptive to scale
All checks were successful
/ Build BaseBand Website (push) Successful in 14s
All checks were successful
/ Build BaseBand Website (push) Successful in 14s
This commit is contained in:
parent
24b0744393
commit
49973d8286
1 changed files with 3 additions and 3 deletions
|
@ -23,7 +23,7 @@ a.btn {
|
|||
min-width: fit-content;
|
||||
padding: 10px;
|
||||
margin: 0;
|
||||
margin-bottom: 1px;
|
||||
margin-bottom: 0.1em;
|
||||
text-decoration: none;
|
||||
text-align: center;
|
||||
transition: 0.2s;
|
||||
|
@ -74,6 +74,6 @@ div.error {
|
|||
img.ss {
|
||||
margin: auto;
|
||||
display: inline-block;
|
||||
width: min(calc(45vw - 1.5em), calc(350px - 1.5em));
|
||||
margin: 0.5em;
|
||||
width: min(calc(45vw - 0.5em), calc(350px - 0.5em));
|
||||
margin: 0.2em;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue