mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-23 00:22:59 +05:30
padding broken, fix it
This commit is contained in:
parent
fc2b1162f4
commit
66faaf5e60
@ -5,7 +5,8 @@
|
|||||||
<header>
|
<header>
|
||||||
<img src={ProjectSegfaultLogo} id="ProjectSegfaultLogoHeader" alt="Why is this not loading? Anyway, project segfault's logo." />
|
<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>
|
<a href="/" style="color: #ce1717">Project</a> <a href="/" style="color: #00d4aa">Segfault</a>
|
||||||
|
|
||||||
|
<div class="center">
|
||||||
<a href="/instances">Instances</a>
|
<a href="/instances">Instances</a>
|
||||||
|
|
|
|
||||||
<a href="/gameservers">Games</a>
|
<a href="/gameservers">Games</a>
|
||||||
@ -15,6 +16,8 @@
|
|||||||
<a href="/minecraft">Minecraft</a>
|
<a href="/minecraft">Minecraft</a>
|
||||||
|
|
|
|
||||||
<a href="/contact">Contact</a>
|
<a href="/contact">Contact</a>
|
||||||
|
</div>
|
||||||
|
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
@ -30,4 +33,8 @@
|
|||||||
width: 32px;
|
width: 32px;
|
||||||
vertical-align: middle;
|
vertical-align: middle;
|
||||||
}
|
}
|
||||||
|
.center {
|
||||||
|
text-align: center;
|
||||||
|
|
||||||
|
}
|
||||||
</style>
|
</style>
|
||||||
|
Loading…
Reference in New Issue
Block a user