fix: social button hover glitch, cleanup: contrib button

This commit is contained in:
Nikita Krupin
2022-08-15 21:35:38 -04:00
parent d1f19bf1a8
commit f9dd805494
3 changed files with 30 additions and 27 deletions

View File

@@ -12,11 +12,10 @@
<style>
.social-host {
justify-content: space-between;
position: absolute;
align-items: center;
position: fixed;
bottom: 3rem;
left: 5.5rem;
user-select: none;
}
@media screen and (max-width: 1052px) {