From a2d5d894878055a26c1248230d4a95b3a74dda5d Mon Sep 17 00:00:00 2001 From: Alexis <35.alexis.pele@gmail.com> Date: Fri, 9 Oct 2020 21:10:37 +0200 Subject: [PATCH] - Navbar fixed top --- client/src/app.vue | 1 + .../src/components/global/navbar/navbar.vue | 2 +- client/src/pages/index-page.vue | 23 +++++++++---------- 3 files changed, 13 insertions(+), 13 deletions(-) diff --git a/client/src/app.vue b/client/src/app.vue index e4920c6..ace1774 100644 --- a/client/src/app.vue +++ b/client/src/app.vue @@ -15,6 +15,7 @@ export default { \ No newline at end of file