From af06d79ac92460ae1a924a7e1d72f5c376c61663 Mon Sep 17 00:00:00 2001 From: Patryk Niedźwiedziński Date: Wed, 28 Aug 2019 22:34:06 +0200 Subject: Add footer --- src/components/Footer.vue | 81 +++++++++++++++++++++++++++++++++++++++++++++++ src/components/NavBar.vue | 8 +++-- 2 files changed, 86 insertions(+), 3 deletions(-) create mode 100644 src/components/Footer.vue (limited to 'src/components') diff --git a/src/components/Footer.vue b/src/components/Footer.vue new file mode 100644 index 0000000..3cf81a5 --- /dev/null +++ b/src/components/Footer.vue @@ -0,0 +1,81 @@ + + + + + \ No newline at end of file diff --git a/src/components/NavBar.vue b/src/components/NavBar.vue index 11503c7..28a48c3 100644 --- a/src/components/NavBar.vue +++ b/src/components/NavBar.vue @@ -87,10 +87,12 @@ export default { display: flex; align-items: center; + justify-content: center; } .space { flex: 1; + max-width: 500px; } .title { @@ -107,7 +109,7 @@ export default { } .title-name.margin { - margin-left: 120px; + margin-left: 100px; } .links { @@ -186,7 +188,7 @@ export default { } .logo { - width: 85px; + width: 65px; } .title-name { @@ -194,7 +196,7 @@ export default { } .title-name.margin { - margin-left: 80px; + margin-left: 70px; } .links.show { -- cgit 1.4.1