Support invisible parts of links

main2
Bob Mottram 2019-10-01 12:08:27 +01:00
parent 7b29c456b9
commit 68934d0a73
1 changed files with 5 additions and 0 deletions

View File

@ -794,6 +794,11 @@ div.imagedesc {
text-align: center;
}
.invisible {
color: transparent;
font-size: 0;
}
@media screen and (min-width: 400px) {
body, html {
font-size: 22px;