diff --git a/homepage/style.css b/homepage/style.css index b43b2c3..dcfceb0 100644 --- a/homepage/style.css +++ b/homepage/style.css @@ -181,7 +181,7 @@ button:hover { } .stats table { - width: 75%; + width: 60%; } .overview th { diff --git a/homepage/views.php b/homepage/views.php index 0ebd926..323fc84 100644 --- a/homepage/views.php +++ b/homepage/views.php @@ -70,7 +70,7 @@ if(isset($_GET['view'])){ if($_GET['view'] == "View Log"){echo "";} if($_GET['view'] == "Overview"){include('overview.php');} if($_GET['view'] == "Today's Detections"){include('todays_detections.php');} - if($_GET['view'] == "Species Stats"){echo "

";include('stats.php');} + if($_GET['view'] == "Species Stats"){include('stats.php');} if($_GET['view'] == "Streamlit"){echo "";} if($_GET['view'] == "Daily Charts"){include('history.php');} if($_GET['view'] == "Tools"){