Fix map image being too big on mobile

This commit is contained in:
2025-09-29 09:30:12 +02:00
parent a7b552d001
commit 567dc7dceb

View File

@@ -68,6 +68,7 @@ hr {
// For when metric attributes are added to img elements // For when metric attributes are added to img elements
img { img {
height: auto; height: auto;
max-width: 100%;
} }
:focus { :focus {