fixed img size (in newer browsers fuck you if you use outdated software, i use arch btw)

This commit is contained in:
2024-07-09 15:20:01 +02:00
committed by Flo Greistorfer
parent 19520c50e2
commit 3376385a17
2 changed files with 22 additions and 7 deletions

View File

@@ -149,6 +149,8 @@ figure {
margin-top: 20px;
vertical-align: middle;
width: 100%;
aspect-ratio: 1 / 1;
object-fit: contain;
}
/* Responsive layout - makes a four column-layout instead of eight columns */
@@ -215,4 +217,4 @@ figure {
.navbar {
font-size: smaller;
}
}
}