diff --git a/src/lib/components/atoms/Navigation.svelte b/src/lib/components/atoms/Navigation.svelte
index ab2a21d..ff0b65c 100644
--- a/src/lib/components/atoms/Navigation.svelte
+++ b/src/lib/components/atoms/Navigation.svelte
@@ -13,38 +13,34 @@
diff --git a/src/lib/components/molecules/NavHost.svelte b/src/lib/components/molecules/NavHost.svelte
index 0c97995..9d66264 100644
--- a/src/lib/components/molecules/NavHost.svelte
+++ b/src/lib/components/molecules/NavHost.svelte
@@ -50,21 +50,30 @@
width: 100%;
}
- .logo {
- display: inline-block;
+ ul {
+ display: flex;
+ gap:0.75rem;
+ align-items: center;
}
+ .logo {
+ display: flex;
+ }
+
+ a {
+ text-decoration: none;
+ }
.logo-image {
width: 2.9rem;
cursor: pointer;
- transform: translateY(5%);
}
h1 {
display: inline-block;
margin-left: 1rem;
- font-size: 2.75rem;
+ font-size: 2.4rem;
letter-spacing: -0.04em;
+ height:90%;
}
h1 span {
@@ -78,9 +87,6 @@
}
@media screen and (max-width: 768px) {
- nav {
- /* background-color: purple; */
- }
ul {
display: none;
}
@@ -110,7 +116,6 @@
height: 3px;
background: #fff;
border-radius: 5px;
- box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
transition: all 0.5s ease-in-out;
}
.menu-btn__burger::before,
@@ -121,7 +126,6 @@
height: 3px;
background: #fff;
border-radius: 5px;
- box-shadow: 0 2px 5px rgba(255, 101, 47, 0.2);
transition: all 0.5s ease-in-out;
}
.menu-btn__burger::before {
diff --git a/static/logo.svg b/static/logo.svg
index 7de6902..51553a8 100644
--- a/static/logo.svg
+++ b/static/logo.svg
@@ -1,4 +1,7 @@
-