Fixed orders/weekday statistic, improved statistics page layout

This commit is contained in:
Julian Müller (ChaoticByte) 2023-10-31 18:00:20 +01:00
parent 60d2df9fb9
commit 31ae251164
5 changed files with 62 additions and 39 deletions

View file

@ -507,6 +507,23 @@ main {
padding: .8rem 1.1rem;
}
/* Statistics */
.statistics-container {
display: flex;
flex-direction: row;
align-items: flex-start;
justify-content: center;
flex-wrap: wrap;
max-width: 90vw;
gap: 1rem;
}
.statistics-container > div {
height: 100%;
width: 16rem;
}
/* Responsive */
@media only screen and (max-width: 1200px) {