all repos — h3rald @ 75b993c50cb2573b6f1aae6b658b13ac891877a9

The sources of https://h3rald.com

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

75b993c50cb2573b6f1aae6b658b13ac891877a9

parent

d1f363a9a04700b310ea0dba0df2ff9fb5abcfdd

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

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

@@ -552,15 +552,15 @@ img {

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