diff --git a/src/app.css b/src/app.css index 3c37c8d..2f238a0 100644 --- a/src/app.css +++ b/src/app.css @@ -5,6 +5,7 @@ margin: 0; padding: 0; font-family: 'Manrope', sans-serif; + -webkit-tap-highlight-color: rgba(0,0,0,0); } html{ @@ -29,6 +30,7 @@ html, body{ .wrapper{ margin-inline: auto; width: min(87%, 100rem); + margin-top: 7rem; } :root { @@ -97,12 +99,4 @@ h5{ ::-webkit-scrollbar-thumb:hover{ background-color: var(--grey-seven); -} - -input, -textarea, -button, -select, -a { - -webkit-tap-highlight-color: rgba(0,0,0,0); } \ No newline at end of file diff --git a/src/lib/components/atoms/Button.svelte b/src/lib/components/atoms/Button.svelte index a3239e8..b83720e 100644 --- a/src/lib/components/atoms/Button.svelte +++ b/src/lib/components/atoms/Button.svelte @@ -8,16 +8,18 @@ function handleClick() { location.href = href; } - - diff --git a/src/lib/components/atoms/HeroImage.svelte b/src/lib/components/atoms/HeroImage.svelte index 36d1e56..12721d7 100644 --- a/src/lib/components/atoms/HeroImage.svelte +++ b/src/lib/components/atoms/HeroImage.svelte @@ -1,9 +1,17 @@ -
Screenshot of ReVanced Manager
+
+ Screenshot of ReVanced Manager +
diff --git a/src/lib/components/atoms/IndexHeroTitle.svelte b/src/lib/components/atoms/IndexHeroTitle.svelte deleted file mode 100644 index 0cd75a5..0000000 --- a/src/lib/components/atoms/IndexHeroTitle.svelte +++ /dev/null @@ -1,17 +0,0 @@ -

- ReVanced -

- - diff --git a/src/lib/components/molecules/NavHost.svelte b/src/lib/components/molecules/NavHost.svelte index f700d07..99e28b7 100644 --- a/src/lib/components/molecules/NavHost.svelte +++ b/src/lib/components/molecules/NavHost.svelte @@ -17,44 +17,42 @@ }); -