From 877eb72670f1493561528b36c6292ce7bb1dd2a5 Mon Sep 17 00:00:00 2001 From: sinatayebati Date: Sun, 19 May 2024 16:32:58 -0500 Subject: [PATCH] #12 final touches on the UI --- src/components/Home.vue | 210 +++++++++++++++++++++++----------------- 1 file changed, 119 insertions(+), 91 deletions(-) diff --git a/src/components/Home.vue b/src/components/Home.vue index 690275a..caf2d12 100644 --- a/src/components/Home.vue +++ b/src/components/Home.vue @@ -1,102 +1,130 @@ + - - - + } + + .tabs { + display: flex; + flex-direction: column; + justify-content: start; + } + + @media (max-width: 1200px) { + .viewer, + .tabs { + max-width: 100%; + } + } + + \ No newline at end of file