diff --git a/src/lib/components/atoms/DownloadSelection.svelte b/src/lib/components/atoms/DownloadSelection.svelte index 0105d03..e455f63 100644 --- a/src/lib/components/atoms/DownloadSelection.svelte +++ b/src/lib/components/atoms/DownloadSelection.svelte @@ -23,7 +23,7 @@ button { font-weight: 300; height: 60px; - width: 20vw; + width: 21vw; color: var(--white); border-radius: 200px; border: 0; diff --git a/src/lib/components/atoms/Navigation.svelte b/src/lib/components/atoms/Navigation.svelte index 8bbce95..5c89817 100644 --- a/src/lib/components/atoms/Navigation.svelte +++ b/src/lib/components/atoms/Navigation.svelte @@ -17,6 +17,7 @@ list-style: none; display: inline-block; position: relative; + font-weight: 300; margin-left: 7px; margin-right: 7px; align-items: center;