From 7b4957a5ba682ca6ff2bd0ed4d55c897bde2bd11 Mon Sep 17 00:00:00 2001 From: ruan <2369127-ruany@users.noreply.gitlab.com> Date: Sun, 9 Aug 2020 08:19:40 +0200 Subject: [PATCH] Replace navbar padding with `position: static` --- inc/css/custom.css | 1 + inc/header.php | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/css/custom.css b/inc/css/custom.css index c3cdb9b..909c3dd 100644 --- a/inc/css/custom.css +++ b/inc/css/custom.css @@ -23,6 +23,7 @@ /* navbar */ .navbar { + position: static; font-weight: bold; } diff --git a/inc/header.php b/inc/header.php index f179cb0..756d64b 100644 --- a/inc/header.php +++ b/inc/header.php @@ -113,7 +113,6 @@ $settings = $this->page->settings; -