mirror of
https://github.com/ReVanced/revanced-website.git
synced 2026-01-22 02:23:57 +00:00
a idk if i broke something but push comes
This commit is contained in:
@@ -43,6 +43,7 @@ import SocialHost from "$lib/components/molecules/SocialHost.svelte";
|
||||
}
|
||||
|
||||
:global(body) {
|
||||
overflow-y: hidden;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
line-height: 1.3;
|
||||
|
||||
@@ -0,0 +1,9 @@
|
||||
<script>
|
||||
import Wave from '$lib/components/atoms/Wave.svelte';
|
||||
import ContributorHost from '$lib/components/molecules/ContributorHost.svelte';
|
||||
import SocialHost from '$lib/components/molecules/SocialHost.svelte';
|
||||
</script>
|
||||
|
||||
<div class="wrapper">
|
||||
<ContributorHost></ContributorHost>
|
||||
</div>
|
||||
@@ -7,6 +7,7 @@
|
||||
|
||||
<div class="wrapper">
|
||||
<IndexDescription />
|
||||
<HeroImage />
|
||||
</div>
|
||||
|
||||
<Wave />
|
||||
|
||||
Reference in New Issue
Block a user