revert max

This commit is contained in:
j 2023-07-26 12:00:27 +02:00
parent cca5833541
commit 3f1b4dc5e6

View file

@ -35,7 +35,7 @@ video, .poster {
.content {
display: flex;
flex-direction: column;
min-height: max(100vh, 100%);
min-height: 100vh;
max-width: 1000px;
margin: auto;
}