From cc9ba52c6b96c7b8afb1b908e6de7a9d1fdfb62e Mon Sep 17 00:00:00 2001 From: LordMathis Date: Wed, 30 Oct 2019 18:45:37 +0100 Subject: [PATCH] Remove unnecessary styles --- src/components/Navbar.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/components/Navbar.scss b/src/components/Navbar.scss index 920737e..0bebf4a 100644 --- a/src/components/Navbar.scss +++ b/src/components/Navbar.scss @@ -15,7 +15,6 @@ h2 { } .social { - display: inline-block; float: right; vertical-align: bottom; a { @@ -26,7 +25,6 @@ h2 { } .links { - display: inline-block; float: left; ul { list-style: none;