Fixes
Fabio Cevasco h3rald@h3rald.com
Sat, 16 Mar 2024 16:13:56 +0100
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
assets/styles/style.css
→
assets/styles/style.css
@@ -553,14 +553,14 @@ max-width: 100%;
} @media screen and (max-width: 385px) { - img[style*="float"] { + *[style*="float"] img { float: none !important; margin: 1rem auto; text-align: center; } } -img[style*="float"] { +*[style*="float"] img { margin: 1rem; }