turns out firefox doesn't like *just* a max width (apparently)

This commit is contained in:
Ell 2024-05-21 16:29:14 +02:00
parent af011cf1ab
commit 3341056607

View file

@ -159,7 +159,7 @@ a:visited.wide-link {
}
.devlog-image img {
max-height: 120px;
height: 120px;
object-fit: cover;
margin-bottom: 10px;
}
@ -254,7 +254,7 @@ body.dark-mode hr {
}
.top-container img {
max-width: 150px;
width: 150px;
}
.top-container h3 {