From e8ad4c68a7f346e12c3aa54c5e44512666dc60c1 Mon Sep 17 00:00:00 2001 From: Yan Maniez Date: Mon, 23 Mar 2020 22:07:44 +0100 Subject: [PATCH] Update style.scss --- style.scss | 38 -------------------------------------- 1 file changed, 38 deletions(-) diff --git a/style.scss b/style.scss index 184d0294..da081319 100644 --- a/style.scss +++ b/style.scss @@ -1,39 +1 @@ ---- ---- @import 'phb.standalone.css'; - -.phb { - overflow: scroll !important; - height: auto !important; - width: auto !important; - font-size: 1em !important; - padding: 1em 3em; - min-height: 100vh; - h1 { - font-size: 300%; - } - - h2 { - font-size: 175%; - } - p + h2, - ul + h2, - ol + h2 { - margin-top: 1em; - } - - h3 { - font-size: 150%; - } - - h4,h5 { - font-size: 125%; - } -} - -#banner { - background: black; - color:white; - padding: 1em 3em; -} -