From 1812d3bbefe503dc34f7b4701248e95e6123baf4 Mon Sep 17 00:00:00 2001 From: Aleksey Filippov Date: Thu, 7 Nov 2024 10:32:12 +0400 Subject: [PATCH] Decrease footer height --- css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index a2561c4..2d0e487 100644 --- a/css/style.css +++ b/css/style.css @@ -14,7 +14,7 @@ header nav a:hover { footer { background-color: #9c9c9c; - height: 64px; + height: 48px; color: #ffffff; }