revert max
This commit is contained in:
parent
cca5833541
commit
3f1b4dc5e6
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue