Fixed orders/weekday statistic, improved statistics page layout
This commit is contained in:
parent
60d2df9fb9
commit
31ae251164
5 changed files with 62 additions and 39 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue