17 lines
269 B
Plaintext
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;
|
||
|
}
|
||
|
}
|