diff --git a/src/components/Navigation.astro b/src/components/Navigation.astro index 72f64b8..27b351f 100644 --- a/src/components/Navigation.astro +++ b/src/components/Navigation.astro @@ -48,7 +48,7 @@ const transPrideWhite = "#ffffff"; letter-spacing: 0.05rem; position: sticky; top: 0; - justify-self: end; + margin-left: 2rem; padding-top: 0.75rem; padding-left: 1.5rem; border-radius: 25px; diff --git a/src/styles/global.css b/src/styles/global.css index f9e12d6..12cff73 100644 --- a/src/styles/global.css +++ b/src/styles/global.css @@ -31,7 +31,6 @@ body { grid-template-columns: 25vw 75vw; grid-template-rows: 10vh 100% 10vh; row-gap: 5vh; - column-gap: 2vw; color: var(--text-color); } @@ -51,7 +50,7 @@ details { main { background-color: var(--background-color); border-radius: 25px; - width: 60vw; + width: 50vw; font-family: system-ui; letter-spacing: 0.1rem; line-height: 1.75rem; @@ -61,7 +60,7 @@ main { } section { - width: 55vw; + width: 50vw; padding: 2rem; }