reduce spacing of social icons < 400px

This commit is contained in:
2023-01-26 12:16:51 +10:00
parent b3240baf8c
commit c2df08f68e

View File

@@ -184,4 +184,11 @@
}
}
}
@media only screen and (max-width: 400px) {
.footer ul li {
margin-left: 0.5rem;
margin-right: 0.5rem;
}
}
</style>