aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorecho <91651232+exhq@users.noreply.github.com>2022-08-21 18:26:29 +0430
committerGitHub <noreply@github.com>2022-08-21 18:26:29 +0430
commitff380e7a48ddb9a5769f9832cc86bf16e85d7307 (patch)
treebda28c4f698ef9a305f5e9b6333ee6aa372e068b
parentc901430c30283e0add87329ce5d2116549ea10ee (diff)
downloadexhq.github.io-ff380e7a48ddb9a5769f9832cc86bf16e85d7307.tar.gz
exhq.github.io-ff380e7a48ddb9a5769f9832cc86bf16e85d7307.tar.bz2
exhq.github.io-ff380e7a48ddb9a5769f9832cc86bf16e85d7307.zip
removed the pointer thingy
-rw-r--r--styles.css6
1 files changed, 1 insertions, 5 deletions
diff --git a/styles.css b/styles.css
index 4dbc6e7..0cde154 100644
--- a/styles.css
+++ b/styles.css
@@ -275,13 +275,9 @@ html{
font-size: 120%;
}
-/* disable pointer events on images */
-img{
- pointer-events:none;
-}
.languages-wrapper{
display: grid;
grid-template-columns: repeat(2, 1fr);
grid-template-rows: repeat(3, 1fr);
-} \ No newline at end of file
+}