mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-22 16:13:00 +05:30
padding broken, fix it
This commit is contained in:
parent
fc2b1162f4
commit
66faaf5e60
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user