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 @@
-
- Vue component for Annotating PDFjs
-
-
+
+
+
+
+
-
+
-
-
+
+
-
+
-
+
-
+
-
-
-
+ }
+
+ .tabs {
+ display: flex;
+ flex-direction: column;
+ justify-content: start;
+ }
+
+ @media (max-width: 1200px) {
+ .viewer,
+ .tabs {
+ max-width: 100%;
+ }
+ }
+
+
\ No newline at end of file