minor inconvenience

This commit is contained in:
Nikita Krupin 2022-08-16 01:55:26 -04:00
parent e024deac54
commit e913c17145
3 changed files with 1 additions and 3 deletions

View File

@ -18,7 +18,7 @@
} }
@media (max-width: 1919px) { @media (max-width: 1919px) {
.hero-img { .hero-img {
position: absolute; position: fixed;
height: 90vh; height: 90vh;
top: 90px; top: 90px;
right: 7.5%; right: 7.5%;

View File

@ -10,7 +10,6 @@
</div> </div>
<style> <style>
.social-host { .social-host {
gap: 2rem; gap: 2rem;
width: 100; width: 100;

View File

@ -110,7 +110,6 @@ import Wave from '$lib/components/atoms/Wave.svelte';
} }
/*-----scrollbar-----*/ /*-----scrollbar-----*/
:global(::-webkit-scrollbar) { :global(::-webkit-scrollbar) {
width: 20px; width: 20px;
background-color: transparent; background-color: transparent;