fix: social icons aligned better

This commit is contained in:
af-n 2022-07-26 16:55:44 -04:00
parent a28320cefa
commit 2ac7d98b86

View File

@ -15,7 +15,14 @@
position: absolute; position: absolute;
align-items: center; align-items: center;
bottom: 3rem; bottom: 3rem;
left: 6.5%; left: 5.5rem;
user-select: none; user-select: none;
} }
@media screen and (max-width: 1052px) {
.social-host {
left: 6%;
}
}
</style> </style>