mirror of
https://github.com/revanced/revanced-website.git
synced 2025-05-23 18:16:23 +02:00
LUCAS
Co-authored-by: baiorett <baiorett@koisu.ru> Co-authored-by: Ushie <ushiekane@gmail.com>
This commit is contained in:
parent
86851df0e2
commit
4d12be6256
@ -16,7 +16,7 @@
|
||||
color: var(--white);
|
||||
border-radius: 200px;
|
||||
border: 0;
|
||||
padding: 15px 0px;
|
||||
padding: px 0px;
|
||||
width:60px;
|
||||
height:60px;
|
||||
cursor: pointer;
|
||||
|
@ -11,12 +11,11 @@
|
||||
|
||||
<style>
|
||||
.social-host {
|
||||
|
||||
justify-content: space-between;
|
||||
position: absolute;
|
||||
margin-left: 6rem;
|
||||
position: sticky;
|
||||
align-items: center;
|
||||
display: inline-block;
|
||||
transform: translateY(380%);
|
||||
bottom:0;
|
||||
padding-left: 5rem;
|
||||
padding-bottom: 3rem;
|
||||
}
|
||||
</style>
|
@ -40,7 +40,6 @@ import SocialHost from "$lib/components/molecules/SocialHost.svelte";
|
||||
:global(html) {
|
||||
font-size: 100%;
|
||||
box-sizing: border-box;
|
||||
overflow-x: hidden;
|
||||
}
|
||||
|
||||
:global(body) {
|
||||
|
@ -7,7 +7,6 @@
|
||||
|
||||
<div class="wrapper">
|
||||
<IndexDescription />
|
||||
<HeroImage />
|
||||
</div>
|
||||
|
||||
<Wave />
|
||||
|
Loading…
x
Reference in New Issue
Block a user