7 lines
85 B
Plaintext
7 lines
85 B
Plaintext
.page {
|
|
height: 100vh;
|
|
margin: 0 auto;
|
|
max-width: 700px;
|
|
overflow: hidden;
|
|
}
|