Change navbar breakpoint

This commit is contained in:
Skylar Ittner 2018-12-13 02:12:19 -07:00
parent cab1f53e2c
commit b21b5ca423

View File

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