Mobile scaling

This commit is contained in:
Ebsku
2022-12-13 18:39:21 +02:00
parent e30705d1d3
commit 51478d74c7
10 changed files with 182 additions and 44 deletions

View File

@@ -13,11 +13,17 @@
<body>
<header>
<nav>
<ul>
<ul class="desktop">
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li class="logo"><a href="index.html"></a></li>
<li>Links</li>
<li><a href="links.html">Links</a></li>
<li><a href="about.html">About</a></li>
</ul>
<ul class="mobile">
<li><a href="index.html">Home</a></li>
<li><a href="games.html">Games</a></li>
<li><a href="links.html">Links</a></li>
<li><a href="about.html">About</a></li>
</ul>
</nav>
@@ -25,14 +31,14 @@
<h1 class="title">
Games
</h1>
<button>
<a href="flagle.html">
Flagle
</a>
</button>
<button>
Speechle
</button>
<section class="description">
<div class="list">
<figure class="features">
<a href="flagle.html"><img src="Images/Flagle.png" alt="Flagle logo"></a>
<figcaption>Flagle</figcaption>
</figure>
</div>
</section>
<footer>
<a href="https://discord.gg/UwcQBWF6vF" target="_blank" rel="noopener noreferrer">Discord</a>
</footer>