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/counter-view/counter-view.pcss

17 lines
269 B
Plaintext

.counter-view {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 100%;
& .row {
display: flex;
height: 33%;
justify-content: center;
align-items: center;
font-size: 4rem;
}
}