6 lines
71 B
CSS
6 lines
71 B
CSS
.page {
|
|
height: 100vh;
|
|
}
|
|
.page > .content {
|
|
padding-top: 20%;
|
|
} |