diff --git a/src/lib/components/atoms/Button.svelte b/src/lib/components/atoms/Button.svelte
index 478eda1..5c7a23e 100644
--- a/src/lib/components/atoms/Button.svelte
+++ b/src/lib/components/atoms/Button.svelte
@@ -22,6 +22,8 @@
border-radius: 16px;
}
div, .button-secondary {
+ height: 60px;
+ width: max-content;
color: var(--white);
font-weight: 600;
border: none;
diff --git a/src/lib/components/atoms/DownloadSelector.svelte b/src/lib/components/atoms/DownloadSelector.svelte
deleted file mode 100644
index a3ddafd..0000000
--- a/src/lib/components/atoms/DownloadSelector.svelte
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
-
-
2.5.0
-
2022-07-11
-
-
Features
-
-
Bug Fixes
-
- missing additional items [skip ci] (0ebab8b)
-
-
-
- Download
-
-
-
-
diff --git a/src/lib/components/atoms/HeroImage.svelte b/src/lib/components/atoms/HeroImage.svelte
index 12721d7..6dc98ad 100644
--- a/src/lib/components/atoms/HeroImage.svelte
+++ b/src/lib/components/atoms/HeroImage.svelte
@@ -14,8 +14,8 @@
}
.hero-img {
overflow: hidden;
- height: 80vh;
- max-height: 80rem;
+ height: 70vh;
+ max-height: 70rem;
z-index: -1;
width: auto;
float: right;
diff --git a/src/lib/components/atoms/Navigation.svelte b/src/lib/components/atoms/Navigation.svelte
index c00ead4..276ccc0 100644
--- a/src/lib/components/atoms/Navigation.svelte
+++ b/src/lib/components/atoms/Navigation.svelte
@@ -42,6 +42,6 @@
li.selected {
background-color: var(--grey-three);
- color: var(--white)
+ color: var(--red)
}
diff --git a/src/lib/components/molecules/DownloadSelectorHost.svelte b/src/lib/components/molecules/DownloadSelectorHost.svelte
deleted file mode 100644
index b33df42..0000000
--- a/src/lib/components/molecules/DownloadSelectorHost.svelte
+++ /dev/null
@@ -1,31 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/static/favicon.png b/static/favicon.png
deleted file mode 100644
index 6c48e59..0000000
Binary files a/static/favicon.png and /dev/null differ