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

13 lines
151 B
CSS
Raw Normal View History

2021-11-28 20:15:13 +00:00
.Section {
height: 100vh;
width: 100%;
display: table;
}
.SectionContent {
display: table-cell;
vertical-align: middle;
}