From 4135ffb741e2cd5be57ce358a3781a9861f81bc7 Mon Sep 17 00:00:00 2001 From: Delyan Angelov Date: Sat, 10 Feb 2024 21:14:12 +0200 Subject: [PATCH] style.css: fix the vertical whitespace between the navigation links and the content on mobile --- assets/style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/assets/style.css b/assets/style.css index 2b7b1e6..d23f54a 100644 --- a/assets/style.css +++ b/assets/style.css @@ -8,7 +8,6 @@ .sidebar { width: 290px; float: left; - height: 200px; } .content { margin-left: 293px;