diff --git a/frontend/index.html b/frontend/index.html index 2cd5080..05e19ce 100644 --- a/frontend/index.html +++ b/frontend/index.html @@ -7,26 +7,7 @@ BioArchLinux packages - - - -
- diff --git a/frontend/src/App.vue b/frontend/src/App.vue index 571f313..81e85f6 100644 --- a/frontend/src/App.vue +++ b/frontend/src/App.vue @@ -1,6 +1,10 @@ diff --git a/frontend/src/components/Navbar.vue b/frontend/src/components/Navbar.vue new file mode 100644 index 0000000..29e5dbe --- /dev/null +++ b/frontend/src/components/Navbar.vue @@ -0,0 +1,18 @@ + diff --git a/frontend/src/style/main.scss b/frontend/src/style/main.scss index 2a31122..c2b4d9f 100644 --- a/frontend/src/style/main.scss +++ b/frontend/src/style/main.scss @@ -9,7 +9,7 @@ padding: 0; } -#app { +.content { padding: 15px; }