Files
estus-shots-py/static/custom.css
2019-01-11 19:12:03 +01:00

7 lines
205 B
CSS

.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;
}