From 136fc5eeccc3e706ef8e2b0173b3fa82a517d56f Mon Sep 17 00:00:00 2001 From: Torsten Schulz Date: Wed, 25 Sep 2024 18:32:25 +0200 Subject: [PATCH] fixed design --- frontend/src/App.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 11c0a29..e75b785 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: column; + flex-direction: row; } .navigation { @@ -148,7 +148,7 @@ select { } .nav-links { - flex-direction: row; + flex-direction: column; } .nav-links>a {