fix: Restrict image height

This commit is contained in:
moanos [he/him] 2024-04-07 11:23:27 +02:00
parent 6fbe923667
commit 4a1332dd4a

View File

@ -369,5 +369,6 @@ h1 {
max-width: 100%;
border-radius: 10%;
margin: 5px;
max-height: 250px;
}