Fixes offcentering in mobile menu

This commit is contained in:
2023-05-12 17:14:02 -04:00
parent 081a0e1e9c
commit 2a4c6c8fca
3 changed files with 3 additions and 2 deletions

View File

@@ -83,6 +83,7 @@ h2 {
.menu-nav a {
text-align: center;
font-size: 22px;
padding: 6px;
}
.menu-nav ul {
display: none;

View File

@@ -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">

View File

@@ -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>";
}
?>