This commit is contained in:
Kenneth Jannette
2024-01-12 19:58:30 -06:00
parent 4080492755
commit 92a44172df

View File

@@ -77,7 +77,7 @@
display: flex;
gap: 1rem;
justify-content: flex-end;
flex-direction: column;
flex-direction: row;
}
@media only screen and (max-width: 430px) {
@@ -95,10 +95,6 @@
border-radius: 15px;
}
.dashboard-filter {
flex-direction: row;
}
.stats-container {
height: 100%;
}