screenshots no longer buggy on mobile
All checks were successful
/ Build BaseBand Website (push) Successful in 14s

This commit is contained in:
Daniella / Tove 2024-10-14 16:44:19 +02:00
parent e1fa246e3d
commit 24b0744393
Signed by: TudbuT
GPG key ID: B3CF345217F202D3

View file

@ -74,6 +74,6 @@ div.error {
img.ss {
margin: auto;
display: inline-block;
width: 45%;
width: min(calc(45vw - 1.5em), calc(350px - 1.5em));
margin: 0.5em;
}