fixes for mobiles & tablets

This commit is contained in:
Rhiannon Morris 2020-10-06 22:41:26 +02:00
parent c807895244
commit 6567bdf059
4 changed files with 21 additions and 3 deletions

View file

@ -97,7 +97,7 @@ main {
}
}
@media not (hover) {
@media (not hover), (pointer: coarse) {
.list a::after {
content: attr(title);
display: block;