padding broken, fix it

This commit is contained in:
Midou36O 2022-04-18 20:23:30 +00:00
parent fc2b1162f4
commit 66faaf5e60

View File

@ -5,7 +5,8 @@
<header>
<img src={ProjectSegfaultLogo} id="ProjectSegfaultLogoHeader" alt="Why is this not loading? Anyway, project segfault's logo." />
<a href="/" style="color: #ce1717">Project</a> <a href="/" style="color: #00d4aa">Segfault</a>
<div class="center">
<a href="/instances">Instances</a>
|
<a href="/gameservers">Games</a>
@ -15,6 +16,8 @@
<a href="/minecraft">Minecraft</a>
|
<a href="/contact">Contact</a>
</div>
</header>
<style>
@ -30,4 +33,8 @@
width: 32px;
vertical-align: middle;
}
.center {
text-align: center;
}
</style>