chore: styles improvements for image aspect ratio and line height

This commit is contained in:
2026-01-24 16:30:31 +01:00
parent d6469c00a9
commit ac590ab526
2 changed files with 7 additions and 1 deletions
+6
View File
@@ -33,6 +33,12 @@ main #content .highlight pre {
padding: 0rem;
}
main #content img {
width: 100%;
aspect-ratio: 4 / 3;
object-fit: cover;
}
@media only screen and (max-width: 1024px) {
main #container {
display: block;