This commit is contained in:
2019-01-11 19:12:03 +01:00
commit c090d65038
27 changed files with 14887 additions and 0 deletions

7
static/custom.css Normal file
View File

@@ -0,0 +1,7 @@
.vertical-center {
min-height: 100%; /* Fallback for browsers do NOT support vh unit */
min-height: 100vh; /* These two lines are counted as one :-) */
display: flex;
align-items: center;
}