Made key file unselectable for mobile ease of use

This commit is contained in:
Bryan Ramos 2023-02-27 14:35:25 -05:00
parent df54ea22d8
commit bba8a25736
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8

View file

@ -72,3 +72,7 @@ a:hover {
max-width: 100%;
word-wrap: break-word;
}
.download {
user-select: none;
}