From bd8ca28556f6d747be550e8ca48c756b18a0901a Mon Sep 17 00:00:00 2001 From: kaipher7 Date: Thu, 23 Apr 2026 18:20:59 -0600 Subject: [PATCH] tweaks --- src/main/resources/static/css/view-recipe.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resources/static/css/view-recipe.css b/src/main/resources/static/css/view-recipe.css index cb6c97a..0080c44 100644 --- a/src/main/resources/static/css/view-recipe.css +++ b/src/main/resources/static/css/view-recipe.css @@ -100,7 +100,7 @@ body, html { .sidebar-left ul { list-style: none; - padding: 0; + padding: 0 25px; } .sidebar-left li { @@ -136,10 +136,10 @@ body, html { margin-top: 16px; font-size: 0.8em; text-align: center; - padding: 0 15px; list-style: none; } + /* ========================= Floating Create Icon ========================= */