luke-else.co.uk/css/style.css

13 lines
151 B
CSS

.Section {
height: 100vh;
width: 100%;
display: table;
}
.SectionContent {
display: table-cell;
vertical-align: middle;
}