screenshots no longer buggy on mobile
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
e1fa246e3d
commit
24b0744393
1 changed files with 1 additions and 1 deletions
|
@ -74,6 +74,6 @@ div.error {
|
||||||
img.ss {
|
img.ss {
|
||||||
margin: auto;
|
margin: auto;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
width: 45%;
|
width: min(calc(45vw - 1.5em), calc(350px - 1.5em));
|
||||||
margin: 0.5em;
|
margin: 0.5em;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue