Merge branch 'image-overflow-fix' into 'master'

[FIX] Prevent images from overflowing their parent element

See merge request allianceauth/allianceauth!1665
This commit is contained in:
Ariel Rin 2024-12-04 11:23:38 +00:00
commit a16eb4b7f7

View File

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