Make repository widget links bigger on mobile

This commit is contained in:
Svilen Markov
2025-05-05 13:15:51 +01:00
parent 0f6e51ee5c
commit 56bdd2c9a3
2 changed files with 7 additions and 3 deletions
+4
View File
@@ -580,3 +580,7 @@ details[open] .summary::after {
.list-gap-20 { --list-half-gap: 1rem; }
.list-gap-24 { --list-half-gap: 1.2rem; }
.list-gap-34 { --list-half-gap: 1.7rem; }
@media (max-width: 1190px) {
.size-base-on-mobile { font-size: var(--font-size-base); }
}