diff options
author | echo <91651232+exhq@users.noreply.github.com> | 2022-08-21 19:23:14 +0430 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-21 19:23:14 +0430 |
commit | 7a0460316f2b748ca1ab41f503bb265386a3db66 (patch) | |
tree | 2715d1b4fbf6aa52ec2d5fe332279cdddca4f2d0 | |
parent | 14038b8070979464d512000535fb443d2ae3208e (diff) | |
download | exhq.github.io-7a0460316f2b748ca1ab41f503bb265386a3db66.tar.gz exhq.github.io-7a0460316f2b748ca1ab41f503bb265386a3db66.tar.bz2 exhq.github.io-7a0460316f2b748ca1ab41f503bb265386a3db66.zip |
pointers have cursed us. they dont go away. they wont leave us. pain. pain. pain.
-rw-r--r-- | styles.css | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -275,10 +275,6 @@ html{ font-size: 120%; } -/* disable pointer events on images */ -img{ - pointer-events:none; -} .languages-wrapper{ display: grid; @@ -300,4 +296,4 @@ img{ .jsimg { margin-left: 0; } -}
\ No newline at end of file +} |