From 6676dee4a6b405b84125c53f53fb948877c79501 Mon Sep 17 00:00:00 2001 From: Nihaal Sharma Date: Fri, 2 Jun 2023 19:58:09 +0100 Subject: [PATCH] moved .barItem h1 --- style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/style.css b/style.css index c74b6ed..5e9bf95 100644 --- a/style.css +++ b/style.css @@ -70,10 +70,6 @@ float: left; text-align: center; } - .barItem h1 { - font-size: 20px; - padding: 9px; - } .barItem * { color: #222; text-decoration: none; @@ -82,6 +78,10 @@ font-size: 16px; padding: 12px; } + .barItem h1 { + font-size: 20px; + padding: 9px; + } .barItem a:hover { background-color: #222; color: #ddd;