diff --git a/homepage/style.css b/homepage/style.css
index b6e3554..b013f74 100644
--- a/homepage/style.css
+++ b/homepage/style.css
@@ -118,7 +118,7 @@ button:hover {
padding: 10px;
}
-.topnav, .topnav form {
+.topnav {
background-color: rgb(159, 226, 155);
display: block;
width: 85%;
@@ -127,6 +127,8 @@ button:hover {
}
.topnav form {
+ display: block;
+ width: 80%;
margin-left: auto;
margin-rigth: auto;
}
@@ -200,7 +202,7 @@ button:hover {
}
.overview span img {
- margin-left: 15%;
+ margin-left: auto;
margin-right: auto;
}
diff --git a/scripts/overview.php b/scripts/overview.php
index 977bae5..6f7c835 100644
--- a/scripts/overview.php
+++ b/scripts/overview.php
@@ -104,7 +104,7 @@ $totalspeciestally = $result6->fetchArray(SQLITE3_ASSOC);
";
+ echo "";
} else {
echo "
No Detections For Today
"; }