From 651fd993f1a210ea903d72ad7b99120994949872 Mon Sep 17 00:00:00 2001 From: Joshua Killen <45966243+joshua-killen@users.noreply.github.com> Date: Fri, 17 Apr 2020 12:25:35 +0100 Subject: [PATCH] . --- about/about_assets/about.css | 6 ++---- sitewide_assets/navbar/navbar.css | 10 +++++----- 2 files changed, 7 insertions(+), 9 deletions(-) diff --git a/about/about_assets/about.css b/about/about_assets/about.css index d87cae2..8f5d711 100644 --- a/about/about_assets/about.css +++ b/about/about_assets/about.css @@ -1,7 +1,3 @@ -h1 { - padding-bottom: 14.2em; -} - article img { border: 4px solid #f2f2f2; } @@ -49,6 +45,8 @@ p .aboutTitle { background-image: url(internet.png); width: 100%; background-repeat: no-repeat; + padding-top: 0; + padding-bottom: 14.2em; } #jkillen { diff --git a/sitewide_assets/navbar/navbar.css b/sitewide_assets/navbar/navbar.css index e73cc10..f6ec32e 100644 --- a/sitewide_assets/navbar/navbar.css +++ b/sitewide_assets/navbar/navbar.css @@ -11,7 +11,7 @@ display: block; color: #f2f2f2; text-align: center; - padding: 14px 16px; + padding: 14px 16px 0; text-decoration: none; font-size: 16px; } @@ -39,7 +39,7 @@ border: none; outline: none; color: #f2f2f2; - padding: 14px 16px; + padding: 14px 16px 0; background-color: inherit; font-family: inherit; margin: 0; @@ -62,7 +62,7 @@ .networkDrop-content a { float: none; color: #ddd; - padding: 14px 16px; + padding: 14px 16px 0; text-decoration: none; display: block; text-align: left; @@ -79,7 +79,7 @@ border: none; outline: none; color: #f2f2f2; - padding: 14px 16px; + padding: 14px 16px 0; background-color: inherit; font-family: inherit; margin: 0; @@ -102,7 +102,7 @@ .webDrop-content a { float: none; color: #ddd; - padding: 14px 16px; + padding: 14px 16px 0; text-decoration: none; display: block; text-align: left;