Co-authored-by: baiorett <baiorett@koisu.ru>
Co-authored-by: Ushie <ushiekane@gmail.com>
This commit is contained in:
afnzmn 2022-07-18 18:30:36 -04:00
parent 86851df0e2
commit 4d12be6256
4 changed files with 5 additions and 8 deletions

View File

@ -16,7 +16,7 @@
color: var(--white);
border-radius: 200px;
border: 0;
padding: 15px 0px;
padding: px 0px;
width:60px;
height:60px;
cursor: pointer;

View File

@ -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>

View File

@ -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) {

View File

@ -7,7 +7,6 @@
<div class="wrapper">
<IndexDescription />
<HeroImage />
</div>
<Wave />