2023-09-23 23:09:11 +01:00
|
|
|
.block-wrapper {
|
|
|
|
width: 100vw;
|
|
|
|
height: 100vh;
|
2024-04-18 16:18:38 +02:00
|
|
|
background: var(--stat-box-bg);
|
2023-09-23 23:09:11 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.block-container {
|
|
|
|
flex-grow: 0;
|
|
|
|
flex-shrink: 0;
|
|
|
|
width: 100vw;
|
|
|
|
max-width: 100vh;
|
|
|
|
height: 100vh;
|
|
|
|
padding: 0;
|
|
|
|
margin: auto;
|
|
|
|
display: flex;
|
|
|
|
justify-content: center;
|
|
|
|
align-items: center;
|
|
|
|
|
|
|
|
* {
|
|
|
|
flex-grow: 1;
|
|
|
|
}
|
|
|
|
}
|