Merge pull request #112 from esSteres/indev

Fix a css thing I didn't notice because RIV browser cache
This commit is contained in:
Sakimori 2021-01-03 15:27:01 -05:00 committed by GitHub
commit d78de96ad4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View File

@ -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 {

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://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 %}