From e29744e53269bd4d2fa24902f84758dd73c3fb72 Mon Sep 17 00:00:00 2001 From: Ellpeck Date: Wed, 9 Oct 2019 16:08:38 +0200 Subject: [PATCH] fixed the projects tab having wrong spacing when using the navigation bar --- style/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style/style.css b/style/style.css index b0a2f46..d6e2f1a 100644 --- a/style/style.css +++ b/style/style.css @@ -33,7 +33,7 @@ body { } .jumbotron { - margin-bottom: 40px; + margin-bottom: 0; margin-top: 40px; }