From 92a44172df87980ac4595f443bb8c8a980226282 Mon Sep 17 00:00:00 2001 From: Kenneth Jannette Date: Fri, 12 Jan 2024 19:58:30 -0600 Subject: [PATCH] more --- src/styles/dashboard.scss | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/src/styles/dashboard.scss b/src/styles/dashboard.scss index 2dd6da5..293d93a 100644 --- a/src/styles/dashboard.scss +++ b/src/styles/dashboard.scss @@ -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%; }