Style improvement & name correction

This commit is contained in:
Sage The DM 2024-06-18 19:16:01 +02:00
parent 0450aa27c9
commit 649f201729
3 changed files with 50 additions and 52 deletions

View file

@ -9,7 +9,7 @@
<body>
<header>
<div class="header-content">
<div class="project-name"><a href="index.html">freeTTRPG</a></div>
<div class="project-name"><a href="index.html">FreeTTRPG</a></div>
<button class="burger-menu" onclick="toggleMenu()"></button>
<ul class="menu">
<li><a href="#section1">open a git console</a></li>
@ -62,7 +62,10 @@
<p>Move the bash console into the newly created repository</p>
</section>
</article>
<footer>
<br />
<br />
</footer>
<script>
function toggleMenu() {
const menu = document.querySelector(".menu");