css fixes x_x
This commit is contained in:
parent
f91de92ed2
commit
1eaa1d3cd8
|
@ -28,6 +28,7 @@ h2 {
|
|||
.page_header {
|
||||
color: white;
|
||||
font-family: 'Goldman', cursive;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
#header {
|
||||
|
@ -39,8 +40,8 @@ h2 {
|
|||
align-items: center;
|
||||
}
|
||||
|
||||
#header > .page_header {
|
||||
margin: auto
|
||||
#header .page_header {
|
||||
margin: auto;
|
||||
}
|
||||
|
||||
#link_div {
|
||||
|
|
|
@ -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://twitter.com/intent/follow?screen_name=SIBR_XVI" class="link" target="_blank" rel="noopener noreferrer">Twitter</a>
|
||||
</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>
|
||||
</div>
|
||||
{% block body %}{% endblock %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user