Improve adaptivity of the footer links

This commit is contained in:
daudix
2024-08-18 02:34:47 +03:00
parent c69b4a3e4f
commit b1236bcb84
2 changed files with 14 additions and 5 deletions

View File

@ -26,6 +26,10 @@
line-height: 1.25;
list-style: none;
@media only screen and (max-width: 480px) {
width: 100%;
}
a {
transition: var(--transition);
border-radius: 999px;
@ -34,6 +38,11 @@
line-height: 1.25;
text-decoration: none;
@media only screen and (max-width: 480px) {
width: 100%;
text-align: center;
}
&:hover {
box-shadow: var(--edge-highlight);
background-color: var(--primary-color);