From d3ee0eff13dc62fd89ffcef573a009db742d59ba Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Mon, 27 May 2024 14:12:49 +0300 Subject: [PATCH] main.scss: fix breaking text on mobile --- assets/main.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/assets/main.scss b/assets/main.scss index 3cc169e..3652ec2 100644 --- a/assets/main.scss +++ b/assets/main.scss @@ -34,7 +34,9 @@ code { } img { - float: right !important; border-radius: 50% !important; margin: 1em !important; + @media (min-width: 395px) { + float: right !important; + } }