mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-05 00:44:29 +02:00
pusher
This commit is contained in:
parent
b99db6391f
commit
86851df0e2
@ -13,6 +13,8 @@
|
||||
.social-host {
|
||||
|
||||
justify-content: space-between;
|
||||
position: absolute;
|
||||
margin-left: 6rem;
|
||||
align-items: center;
|
||||
display: inline-block;
|
||||
transform: translateY(380%);
|
||||
|
@ -2,6 +2,8 @@
|
||||
|
||||
import Button from "$lib/components/atoms/Button.svelte";
|
||||
import NavHost from "$lib/components/molecules/NavHost.svelte";
|
||||
import SocialButton from "$lib/components/atoms/SocialButton.svelte";
|
||||
import SocialHost from "$lib/components/molecules/SocialHost.svelte";
|
||||
|
||||
</script>
|
||||
|
||||
@ -25,7 +27,7 @@ import NavHost from "$lib/components/molecules/NavHost.svelte";
|
||||
|
||||
<NavHost></NavHost>
|
||||
<slot />
|
||||
|
||||
<SocialHost />
|
||||
|
||||
<style>
|
||||
:global(*) {
|
||||
@ -56,6 +58,7 @@ import NavHost from "$lib/components/molecules/NavHost.svelte";
|
||||
--grey-two: #2b2d3a;
|
||||
--grey-three: #3e404f;
|
||||
--grey-four: #1B1E29;
|
||||
--grey-five: #D0D0D0;
|
||||
}
|
||||
|
||||
:global(::selection) {
|
||||
|
@ -8,7 +8,6 @@
|
||||
<div class="wrapper">
|
||||
<IndexDescription />
|
||||
<HeroImage />
|
||||
<SocialHost />
|
||||
</div>
|
||||
|
||||
<Wave />
|
||||
|
Loading…
x
Reference in New Issue
Block a user