From 529960da199e5578d04e4dcf5d360ce5b501c720 Mon Sep 17 00:00:00 2001 From: aprzn Date: Tue, 4 Jul 2023 03:35:08 -0400 Subject: [PATCH] more small css tweaks; just adding margin to the float box --- sass/style.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sass/style.scss b/sass/style.scss index 77dae21..ae6d90a 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -90,6 +90,8 @@ code { border-radius: 0.3em; padding: 0.3em; margin-right: -2em; + margin-left: 0.5em; + margin-bottom: 0.5em; background-color: $body-bg-light; max-width: 50%; img {