From ab8f67bcef4a9ea3ea2bfe9cbc906fbe340bd66d Mon Sep 17 00:00:00 2001 From: nune <145225213+gigirassy@users.noreply.github.com> Date: Wed, 24 Apr 2024 16:53:15 -0400 Subject: [PATCH] Update style.css --- style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/style.css b/style.css index 068d2de..bcab2ba 100644 --- a/style.css +++ b/style.css @@ -26,11 +26,11 @@ body { font-size: 18px; padding: 0 8px; } - .note { - padding:1rem 1rem 0 1rem; + padding:1rem 1rem 1rem 1rem; border:2px solid red; } .notetitle { - fontweight:120%; + font-weight:700; + border-bottom:2px solid blue; }