fix: Use full instead of arbitrary height

This commit is contained in:
oSumAtrIX
2025-05-06 13:41:43 +02:00
parent 5746a7d7ce
commit a0652feb36

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;