Fix image sizing

This commit is contained in:
Andras Schmelczer 2025-08-31 15:05:47 +01:00
parent 663671f9e4
commit bf629ac985
No known key found for this signature in database
GPG key ID: FC8F2C3D3D1A718C
2 changed files with 2 additions and 1 deletions

View file

@ -33,6 +33,7 @@ img {
-ms-user-select: none; -ms-user-select: none;
user-select: none; user-select: none;
margin: 1px; margin: 1px;
max-width: 500px;
} }
@media only screen and (max-width: 1000px){ @media only screen and (max-width: 1000px){
h2 { h2 {

View file

@ -231,7 +231,7 @@ h4 {
font-size: 0.6em; font-size: 0.6em;
} }
img { img {
max-width: 500px; max-width: 400px;
} }
select { select {
font-size: 0.8em; font-size: 0.8em;