chore(website): small adjustments to layout

This commit is contained in:
Elian Doran 2025-09-26 22:48:37 +03:00
parent 8bcae8cdb8
commit 8a477c87e0
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View File

@ -172,7 +172,6 @@
</p>
</div>
</div>
<p> </p>
</div>
</section>

View File

@ -59,17 +59,19 @@ header nav {
/* #endregion */
.content-wrapper {
max-width: 920px;
max-width: 1200px;
margin: auto;
}
section {
padding: 2em 0;
padding: 3em 0;
}
section h2 {
text-align: center;
font-weight: 100;
margin-top: 0;
margin-bottom: 2em;
}
section.hero-section {