From 52a319295cadc8cbec5a3c3de1fcbc559b68dabf Mon Sep 17 00:00:00 2001 From: Kamil Niemczycki Date: Fri, 20 Aug 2021 19:34:17 +0200 Subject: [PATCH] Update style --- public/index.html | 4 ++ scss/_root.scss | 2 +- scss/default.scss | 1 - src/App.vue | 6 +-- src/components/Navigation.vue | 78 +++++++++++++++++++++++++++++++++++ src/components/SiteHeader.vue | 74 ++++++--------------------------- 6 files changed, 97 insertions(+), 68 deletions(-) create mode 100644 src/components/Navigation.vue diff --git a/public/index.html b/public/index.html index 0068631..5efb38e 100644 --- a/public/index.html +++ b/public/index.html @@ -4,7 +4,11 @@ + + + + KamilCraft.com diff --git a/scss/_root.scss b/scss/_root.scss index 85b0ff9..1f2eba1 100644 --- a/scss/_root.scss +++ b/scss/_root.scss @@ -1,7 +1,7 @@ @import "colors"; :root { - --font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; + --font-family: 'Roboto', sans-serif;; --dark-gray-color: #{$dark-gray}; --gray-color: #{$gray}; --text-color: #{$text-color}; diff --git a/scss/default.scss b/scss/default.scss index c03e42e..9b030c8 100644 --- a/scss/default.scss +++ b/scss/default.scss @@ -16,5 +16,4 @@ p { .container { max-width: 1200px; margin: 0 auto; - padding: 15px; } diff --git a/src/App.vue b/src/App.vue index c46d0ed..fb0c28f 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1,14 +1,12 @@ diff --git a/src/components/SiteHeader.vue b/src/components/SiteHeader.vue index ce0bd46..8bd0752 100644 --- a/src/components/SiteHeader.vue +++ b/src/components/SiteHeader.vue @@ -1,72 +1,22 @@ - - + +