Fixes offcentering in mobile menu
This commit is contained in:
@@ -83,6 +83,7 @@ h2 {
|
||||
.menu-nav a {
|
||||
text-align: center;
|
||||
font-size: 22px;
|
||||
padding: 6px;
|
||||
}
|
||||
.menu-nav ul {
|
||||
display: none;
|
||||
|
||||
@@ -9,7 +9,7 @@ include 'functions.php';
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="/favicon/favicon-32x32.png">
|
||||
<link rel="icon" type="image/png" sizes="16x16" href="/favicon/favicon-16x16.png">
|
||||
<link rel="manifest" href="/favicon/site.webmanifest">
|
||||
<link rel="stylesheet" type="text/css" href="/css/website.css?v=1.0.0" />
|
||||
<link rel="stylesheet" type="text/css" href="/css/website.css?v=1.0.1" />
|
||||
<script type="text/javascript" src="/javascript/jquery.js"></script>
|
||||
<script defer="true" type="text/javascript" src="/javascript/jquery-ui.min.js"></script>
|
||||
<link defer="true" rel="stylesheet" href="/css/jquery-ui.min.css">
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
<html dir="ltr" lang="en">
|
||||
<?php
|
||||
if (! file_exists("config.json")) {
|
||||
echo '<link rel="stylesheet" type="text/css" href="/css/website.css" />';
|
||||
echo '<link rel="stylesheet" type="text/css" href="/css/website.css?v=1.0.1" />';
|
||||
echo "<h2>Missing configuration please input configuration</h2>";
|
||||
}
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user