diff --git a/src/app.css b/src/app.css index 2cbe51e..fd8dbb9 100644 --- a/src/app.css +++ b/src/app.css @@ -29,7 +29,7 @@ html, body{ .wrapper{ margin-inline: auto; - width: min(87%, 100rem); + width: min(90%, 100rem); margin-top: 7rem; } @@ -56,8 +56,8 @@ html, body{ h1{ color: var(--white); font-weight: 700; - line-height: 0.75em; - font-size: 1.75rem; + line-height: 1.5rem; + font-size: 1.5rem; } h2{ @@ -86,7 +86,7 @@ h5{ letter-spacing: 0.02rem; } -h6{ +h6 { color:var(--grey-five); font-weight: 300; font-size: 1rem; diff --git a/src/lib/components/atoms/Patch.svelte b/src/lib/components/atoms/Patch.svelte new file mode 100644 index 0000000..d5a28a9 --- /dev/null +++ b/src/lib/components/atoms/Patch.svelte @@ -0,0 +1,85 @@ + + +
+ + + diff --git a/src/lib/components/molecules/NavHost.svelte b/src/lib/components/molecules/NavHost.svelte index af16a82..b7e2145 100644 --- a/src/lib/components/molecules/NavHost.svelte +++ b/src/lib/components/molecules/NavHost.svelte @@ -27,8 +27,6 @@ {#if $page.url.pathname !== '/'}