chore: Merge branch dev to main (#285)

This commit is contained in:
oSumAtrIX 2025-05-06 13:44:35 +02:00 committed by GitHub
commit 8d1ff38708
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -157,8 +157,7 @@
main {
overflow: hidden;
padding: 5rem 0;
// Instead of 100vh because of header.
height: 93vh;
height: max(100vh, 600px);
display: flex;
flex-direction: column;
align-items: center;