Small style tweaks

This commit is contained in:
Emi
2024-02-27 16:37:18 +01:00
parent f137a53459
commit ca33129fab

View File

@@ -26,7 +26,7 @@
padding: 0; padding: 0;
} }
main { main {
max-width: 800px; max-width: 690px;
margin: 0 auto; margin: 0 auto;
padding: 1em; padding: 1em;
text-align: center; text-align: center;
@@ -49,7 +49,7 @@
header h1 { header h1 {
text-align: center; text-align: center;
font-size: 28px; font-size: 28px;
margin: 14px; margin: 14px 0 40px;
} }
header p { header p {
font-size: 20px; font-size: 20px;
@@ -126,7 +126,6 @@
<img src="/images/logo.svg" alt=""> <img src="/images/logo.svg" alt="">
<div> <div>
<h1>Looking for Godot?</h1> <h1>Looking for Godot?</h1>
<p>Link collections for: Game Engine, Foundation, Asset Store & Conference</p>
</div> </div>
</header> </header>