From 6e78068e01f738d3fbb5aa7bcf4cc3ff0ce481ae Mon Sep 17 00:00:00 2001 From: roh6608 <72960901+roh6608@users.noreply.github.com> Date: Wed, 27 Jan 2021 21:10:48 +1100 Subject: [PATCH 1/3] Working on navbar Subject dropdown aligned properly. When hovering on the Subjects dropdown, whatever is outside header div is chopped off. --- main.css | 1 + 1 file changed, 1 insertion(+) diff --git a/main.css b/main.css index 5c80c58..fec482d 100644 --- a/main.css +++ b/main.css @@ -90,6 +90,7 @@ body { font-size: 2em; display: block; float: left; + padding-top: 8vh; } #tabs { From aeae5414d7d6ac194f51a4cd44a16df306ccf063 Mon Sep 17 00:00:00 2001 From: roh6608 <72960901+roh6608@users.noreply.github.com> Date: Wed, 27 Jan 2021 21:27:39 +1100 Subject: [PATCH 2/3] Cleaning Commented "expansion" part of subjects dropdown out, for the time being, as it gets cut off when trying to be clicked on. --- index.html | 2 +- main.css | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/index.html b/index.html index 161e408..a4c218a 100644 --- a/index.html +++ b/index.html @@ -17,7 +17,7 @@ Sciences Mathematics Engineering - (More Coming Soon) + diff --git a/main.css b/main.css index fec482d..fe041e3 100644 --- a/main.css +++ b/main.css @@ -83,7 +83,6 @@ body { #drop { text-decoration: none!important; - background: mediumaquamarine; width: 100%; height: 18vh; color: inherit; From 3a3b39afffac27f44c47c69001b4bd331262d642 Mon Sep 17 00:00:00 2001 From: roh6608 <72960901+roh6608@users.noreply.github.com> Date: Thu, 28 Jan 2021 08:27:55 +1100 Subject: [PATCH 3/3] Changing Padding Padding wasn't quite right. --- main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.css b/main.css index fe041e3..4f2b17b 100644 --- a/main.css +++ b/main.css @@ -89,7 +89,7 @@ body { font-size: 2em; display: block; float: left; - padding-top: 8vh; + padding-top: 7vh; } #tabs {