From 4175b07a86270853ea3406511d6860b607b393a0 Mon Sep 17 00:00:00 2001 From: nune <145225213+gigirassy@users.noreply.github.com> Date: Sun, 1 Sep 2024 22:15:41 -0400 Subject: [PATCH] Update style.css --- style.css | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/style.css b/style.css index d2e06ab..c403b3f 100644 --- a/style.css +++ b/style.css @@ -6,7 +6,7 @@ body{ max-width: 650px; line-height: 1.2; font-family:"Segoe UI", Segoe, Tahoma, Geneva, sans-serif; - font-size: 18px; + font-size: 14px; padding: 0 8px; } @@ -52,12 +52,3 @@ ul{ background: #a99a86; color:black; } - -.tab div { - display: none; -} - -.tab div:target { - display: block; - -}