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 @@
-
-
-
+
+