From 389d348c50a6126149459b631347fae6e94689fe Mon Sep 17 00:00:00 2001 From: Mathias Payer Date: Mon, 6 Sep 2021 16:25:19 +0200 Subject: [PATCH] Adjusted spacing --- index.html | 41 +++-------------------------------------- 1 file changed, 3 insertions(+), 38 deletions(-) diff --git a/index.html b/index.html index 4f394c8..b994b26 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,7 @@ } section { - padding: 80px 0; + padding: 10px 0; } section h2.section-heading { @@ -56,45 +56,10 @@ section h3.section-subheading { font-size: 20px; font-weight: 400; - margin-top: 30px; - margin-bottom: 20px; + margin-top: 10px; + margin-bottom: 10px; text-transform: none; } - -#mainNav { - background-color: #222; -} - -#mainNav .navbar-toggler { - font-size: 12px; - right: 0; - padding: 13px; - text-transform: uppercase; - color: white; - border: 0; - background-color: #c44; -} - -#mainNav .navbar-brand { - color: #f44; - /* font-weight: bold; */ -} - -#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover { - color: #f44; -} - -#mainNav .navbar-nav .nav-item .nav-link { - font-size: 90%; - font-weight: 400; - padding: 1.1em; - letter-spacing: 1px; - color: white; -} - -#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover { - color: #f44; -}