mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-12-22 06:39:23 +01:00
turns out firefox doesn't like *just* a max width (apparently)
This commit is contained in:
parent
af011cf1ab
commit
3341056607
1 changed files with 2 additions and 2 deletions
|
@ -159,7 +159,7 @@ a:visited.wide-link {
|
||||||
}
|
}
|
||||||
|
|
||||||
.devlog-image img {
|
.devlog-image img {
|
||||||
max-height: 120px;
|
height: 120px;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
@ -254,7 +254,7 @@ body.dark-mode hr {
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-container img {
|
.top-container img {
|
||||||
max-width: 150px;
|
width: 150px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.top-container h3 {
|
.top-container h3 {
|
||||||
|
|
Loading…
Reference in a new issue