From b9a80b4343be6e58bf7775958bea4b8ff7169732 Mon Sep 17 00:00:00 2001 From: Ralf Jung Date: Fri, 29 Sep 2023 18:07:48 +0200 Subject: [PATCH] further tweak image --- personal/_sass/_layout.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/personal/_sass/_layout.scss b/personal/_sass/_layout.scss index 90cc579..0054a61 100644 --- a/personal/_sass/_layout.scss +++ b/personal/_sass/_layout.scss @@ -199,10 +199,10 @@ body { /* This centers us in the page, and handles the "too wide" case */ margin-left: 0.8em; margin-bottom: 0.3em; } -@media screen and (max-width:550px) { +@media screen and (max-width:600px) { .float-right-350 { - text-align: center; + max-width: 300px; float: none; - margin: 0; + margin: auto; } } -- 2.30.2