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) {
.hero-img {
position: absolute;
position: fixed;
height: 90vh;
top: 90px;
right: 7.5%;

View File

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

View File

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