social button hover

This commit is contained in:
afnzmn 2022-07-18 20:55:12 -04:00
parent e47aba921e
commit 38947d376e
2 changed files with 4 additions and 1 deletions

View File

@ -37,4 +37,8 @@
button:hover {
transform: translate(-5%, -5%);
}
button:hover img {
filter: brightness(1.2);
}
</style>

View File

@ -2,7 +2,6 @@
import IndexDescription from '$lib/components/organisms/IndexDescription.svelte';
import Wave from '$lib/components/atoms/Wave.svelte';
import HeroImage from '$lib/components/atoms/HeroImage.svelte';
import SocialHost from '$lib/components/molecules/SocialHost.svelte';
</script>
<div class="wrapper">