Fixed minor UI glitches in visits section

This commit is contained in:
Alejandro Celaya
2020-12-30 19:48:02 +01:00
parent 1927ad2d3a
commit ba5a99dc2a
4 changed files with 14 additions and 7 deletions

View File

@@ -13,6 +13,10 @@
color: #5d6778;
font-weight: 700;
cursor: pointer;
@media (min-width: $smMin) and (max-width: $mdMax) {
font-size: 89%;
}
}
.visits-stats__nav-link:hover {