navbar fixes

pull/3/head
kc1awv 2020-10-22 11:39:11 -04:00
parent 136f243356
commit 4991d18a6a
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ if ($CallingHome['Active']) {
<?php if (file_exists("./tracking.php")) {
include_once("tracking.php");
} ?>
<nav class="navbar navbar-expand-md navbar-dark fixed-top bg-dark">
<nav class="navbar navbar-expand-lg navbar-dark fixed-top bg-dark">
<a class="navbar-brand" href="#"><?php echo $Reflector->GetReflectorName(); ?> Reflector</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>