Merge pull request #112 from esSteres/indev
Fix a css thing I didn't notice because RIV browser cache
This commit is contained in:
commit
d78de96ad4
@ -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 {
|
||||||
|
@ -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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user