From 433e059643edf56fc92e84a89e0eb7a20e6ad5d9 Mon Sep 17 00:00:00 2001 From: kc1awv Date: Thu, 22 Oct 2020 08:57:22 -0400 Subject: [PATCH] navbar css --- css/navbar-top-fixed.css | 5 +++++ index.php | 1 + 2 files changed, 6 insertions(+) create mode 100644 css/navbar-top-fixed.css diff --git a/css/navbar-top-fixed.css b/css/navbar-top-fixed.css new file mode 100644 index 0000000..5e5b01d --- /dev/null +++ b/css/navbar-top-fixed.css @@ -0,0 +1,5 @@ +/* Show it is fixed to the top */ +body { + min-height: 75rem; + padding-top: 4.5rem; + } \ No newline at end of file diff --git a/index.php b/index.php index 61334c0..33bd41c 100644 --- a/index.php +++ b/index.php @@ -104,6 +104,7 @@ if ($CallingHome['Active']) { +