diff --git a/src/lib/components/atoms/Navigation.svelte b/src/lib/components/atoms/Navigation.svelte index e910ea1..d7312d9 100644 --- a/src/lib/components/atoms/Navigation.svelte +++ b/src/lib/components/atoms/Navigation.svelte @@ -17,11 +17,11 @@ list-style: none; display: inline-block; position: relative; - margin-left: 7x; + margin-left: 7px; margin-right: 7px; align-items: center; transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94); - transition-duration: 0.1s; + transition-duration: 0.25s; } a { diff --git a/src/lib/components/molecules/DownloadSelectionHost.svelte b/src/lib/components/molecules/DownloadSelectionHost.svelte index f6e672c..2dc0ef2 100644 --- a/src/lib/components/molecules/DownloadSelectionHost.svelte +++ b/src/lib/components/molecules/DownloadSelectionHost.svelte @@ -11,7 +11,6 @@