Fix height property in #info section to use correct unit

This commit is contained in:
Alvin
2025-10-02 11:34:15 +02:00
parent 4bdb1d2c49
commit 39e38ee3d4

View File

@@ -49,6 +49,7 @@ button:hover{
margin: auto; margin: auto;
background-color: white; background-color: white;
max-width: 90%; max-width: 90%;
height: 75vb;
margin-top: 25px; margin-top: 25px;
display: flex; display: flex;
} }