This repository has been archived on 2020-10-16. You can view files and clone it, but cannot push or open issues or pull requests.
counter/frontend/components/page/page.pcss

7 lines
85 B
Plaintext

.page {
height: 100vh;
margin: 0 auto;
max-width: 700px;
overflow: hidden;
}