changed sub text size to be legible

This commit is contained in:
rawleyIfowler
2022-02-13 19:08:25 -06:00
parent 5a5bd88f27
commit e949c64007

View File

@@ -113,7 +113,7 @@ a:hover:after {
}
.subtext {
font-size: clamp(5px, 8px, 9px);
font-size: clamp(0.65em, 0.72em, 0.8em);
}
.footer > a {