diff --git a/homepage/style.css b/homepage/style.css index 79e0be1..13f12ea 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -21,7 +21,7 @@ iframe { padding: 0; margin: 0; border: none; - height: 92%; + height: 93%; width: 100%; } @@ -87,12 +87,12 @@ button:hover { } .banner { - padding-top: 1px; - height: 8%; + height: 7%; text-align: center; } .banner h1 { + padding: .5em; letter-spacing: 5px; } diff --git a/scripts/overview.php b/scripts/overview.php index e15c405..3eae84f 100644 --- a/scripts/overview.php +++ b/scripts/overview.php @@ -68,6 +68,11 @@ $totalspeciestally = $result6->fetchArray(SQLITE3_ASSOC);