From bba8a25736682c563e38f501eb97f3d57064916c Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 27 Feb 2023 14:35:25 -0500 Subject: [PATCH] Made key file unselectable for mobile ease of use --- css/styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/styles.css b/css/styles.css index da5e053..688c44c 100644 --- a/css/styles.css +++ b/css/styles.css @@ -72,3 +72,7 @@ a:hover { max-width: 100%; word-wrap: break-word; } + +.download { + user-select: none; +}