Make the submission thank you page vertically

centered
This commit is contained in:
karemarsy
2020-04-21 13:17:42 +02:00
parent 4b8269b868
commit 8f730854e1
2 changed files with 7 additions and 4 deletions

View File

@@ -35,6 +35,10 @@ $light: #fff;
height: 100%;
}
.is-vcentered{
height: 100vh;
}
.content {
padding: 30px 60px 50px;