[FIX] Prevent images from overflowing their parent element

This commit is contained in:
Peter Pfeufer 2024-11-26 22:28:35 +01:00
parent ef7c8be7b5
commit cef2e86ea1
No known key found for this signature in database

View File

@ -13,6 +13,15 @@
} }
} }
/* Image overflow fix
------------------------------------------------------------------------------------- */
@media all {
img {
max-width: 100%;
height: auto;
}
}
/* Side Navigation /* Side Navigation
------------------------------------------------------------------------------------- */ ------------------------------------------------------------------------------------- */
@media all { @media all {