Change responsive navbar breakpoint

This commit is contained in:
Skylar Ittner 2018-06-01 20:45:02 -06:00
parent 0acf33c9a6
commit d8a561ac0e

View File

@ -109,7 +109,7 @@ END;
<?php
// Adjust as needed
$navbar_breakpoint = "sm";
$navbar_breakpoint = "md";
// For mobile app
echo "<script nonce=\"$SECURE_NONCE\">var navbar_breakpoint = \"$navbar_breakpoint\";</script>"