Commit 6b2c08d6 authored by Regis's avatar Regis

use 100vh instead of flip flopping between the two - works on all suported browsers

parent 868dcfd1
......@@ -130,9 +130,7 @@ of the body element here, we negate cascading side effects but allow momentum sc
}
.vertical-center {
min-height: 100%;
min-height: 100vh;
display: flex;
align-items: center;
}
\ No newline at end of file
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment