Lessen icon margin on mobile

This commit is contained in:
Parker M. 2024-02-19 21:23:37 -06:00
parent c34d0f5954
commit 05c17f0476
No known key found for this signature in database
GPG Key ID: 95CD2E0C7E329F2A

View File

@ -92,6 +92,13 @@ nav a:hover {
color: #9F9FAA;
}
/* Icons media query for mobile */
@media only screen and (max-width: 600px) {
.icons {
margin: 0 0.5rem;
}
}
.icons:hover {
cursor: pointer;
opacity: 0.6;