all repos — h3rald @ d1f363a9a04700b310ea0dba0df2ff9fb5abcfdd

The sources of https://h3rald.com

Fixes
Fabio Cevasco h3rald@h3rald.com
Sat, 16 Mar 2024 16:16:31 +0100
commit

d1f363a9a04700b310ea0dba0df2ff9fb5abcfdd

parent

d0291f131dc2af686de4d40b09ee52a916d6cfbf

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M assets/styles/style.cssassets/styles/style.css

@@ -553,14 +553,14 @@ max-width: 100%;

} @media screen and (max-width: 385px) { - *[style*="float"] img { + *[style*="float"]:has(> img) { float: none !important; margin: 1rem auto; text-align: center; } } -*[style*="float"] img { +*[style*="float"]:has(> img) { margin: 1rem; }