css fixes x_x

This commit is contained in:
Elijah Steres 2021-01-03 15:24:50 -05:00
parent f91de92ed2
commit 1eaa1d3cd8
2 changed files with 4 additions and 3 deletions

View File

@ -28,6 +28,7 @@ h2 {
.page_header { .page_header {
color: white; color: white;
font-family: 'Goldman', cursive; font-family: 'Goldman', cursive;
text-decoration: none;
} }
#header { #header {
@ -39,8 +40,8 @@ h2 {
align-items: center; align-items: center;
} }
#header > .page_header { #header .page_header {
margin: auto margin: auto;
} }
#link_div { #link_div {

View File

@ -23,7 +23,7 @@
<a href="https://github.com/Sakimori/matteo-the-prestige" class="link" target="_blank" rel="noopener noreferrer">Github</a><br /> <a href="https://github.com/Sakimori/matteo-the-prestige" class="link" target="_blank" rel="noopener noreferrer">Github</a><br />
<a href="https://twitter.com/intent/follow?screen_name=SIBR_XVI" class="link" target="_blank" rel="noopener noreferrer">Twitter</a> <a href="https://twitter.com/intent/follow?screen_name=SIBR_XVI" class="link" target="_blank" rel="noopener noreferrer">Twitter</a>
</div> </div>
<a href="/"><h2 class="page_header" style="font-size: 50px;">THE SIMMADOME</h2></a> <a href="/" class="page_header"><h2 class="page_header" style="font-size: 50px;">THE SIMMADOME</h2></a>
<h2 class="page_header">Join SIBR on <a href="https://discord.gg/UhAajY2NCW" class="link"><img src="static/discord.png" height="30"></a> to start your own games!</h2> <h2 class="page_header">Join SIBR on <a href="https://discord.gg/UhAajY2NCW" class="link"><img src="static/discord.png" height="30"></a> to start your own games!</h2>
</div> </div>
{% block body %}{% endblock %} {% block body %}{% endblock %}