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); color: var(--white);
border-radius: 200px; border-radius: 200px;
border: 0; border: 0;
padding: 15px 0px; padding: px 0px;
width:60px; width:60px;
height:60px; height:60px;
cursor: pointer; cursor: pointer;

View File

@ -11,12 +11,11 @@
<style> <style>
.social-host { .social-host {
justify-content: space-between; justify-content: space-between;
position: absolute; position: sticky;
margin-left: 6rem;
align-items: center; align-items: center;
display: inline-block; bottom:0;
transform: translateY(380%); padding-left: 5rem;
padding-bottom: 3rem;
} }
</style> </style>

View File

@ -40,7 +40,6 @@ import SocialHost from "$lib/components/molecules/SocialHost.svelte";
:global(html) { :global(html) {
font-size: 100%; font-size: 100%;
box-sizing: border-box; box-sizing: border-box;
overflow-x: hidden;
} }
:global(body) { :global(body) {

View File

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