diff --git a/nginx/vue/src/App.vue b/nginx/vue/src/App.vue index c14df95..2b8e5df 100644 --- a/nginx/vue/src/App.vue +++ b/nginx/vue/src/App.vue @@ -5,8 +5,8 @@ import Footer from "@/components/Footer.vue"; diff --git a/nginx/vue/src/assets/styles.css b/nginx/vue/src/assets/styles.css index 6b097b7..5512b24 100644 --- a/nginx/vue/src/assets/styles.css +++ b/nginx/vue/src/assets/styles.css @@ -84,7 +84,7 @@ body { } main { - @apply overflow-y-scroll; + @apply overflow-y-scroll w-full h-full p-10; } input { diff --git a/nginx/vue/src/components/Navbar.vue b/nginx/vue/src/components/Navbar.vue index fe40584..2a89985 100644 --- a/nginx/vue/src/components/Navbar.vue +++ b/nginx/vue/src/components/Navbar.vue @@ -45,9 +45,7 @@ const faces_string = faces.join(" ");