From 55c2c1f8adef9d9d0a7b949f3934abdd18bef700 Mon Sep 17 00:00:00 2001 From: PA4KEV Date: Tue, 23 May 2023 11:13:37 +0200 Subject: [PATCH] Remove content vertical spacing --- src/App.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/App.css b/src/App.css index 4375fc9..93766a8 100644 --- a/src/App.css +++ b/src/App.css @@ -6,10 +6,6 @@ body { overflow: hidden; } -.content-section { - min-height: 100vh; -} - .content-item { margin-bottom: 40px; }