From 5461dde87f599d874a181ddc7189d3c3375ed8e4 Mon Sep 17 00:00:00 2001 From: Bernd Reuther Date: Tue, 28 Apr 2020 22:48:33 +0200 Subject: [PATCH] =?UTF-8?q?css=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/custom.css | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 css/custom.css diff --git a/css/custom.css b/css/custom.css new file mode 100644 index 0000000..6b19e4d --- /dev/null +++ b/css/custom.css @@ -0,0 +1,17 @@ +p { + margin-bottom: 24px !important; +} + +ul { + margin-bottom: 24px !important; +} + +.md-header-nav__button.md-logo { + margin: 0px !important; + padding: 4px !important; +} + +.md-header-nav__button.md-logo img { + width: 40px !important; + height: 40px !important; +}