From 22e98fd112b74b5f9e1db5a34e98372197deb77f Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Wed, 25 Sep 2024 18:31:15 +0200 Subject: [PATCH] Fixed menu for pc --- frontend/src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 479b48b..11c0a29 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -134,7 +134,7 @@ select { /* Responsive Design */ @media (min-width: 768px) { .main { - flex-direction: row; + flex-direction: column; } .navigation {