summaryrefslogtreecommitdiff
path: root/css/overview.scss
diff options
context:
space:
mode:
Diffstat (limited to 'css/overview.scss')
-rw-r--r--css/overview.scss6
1 files changed, 3 insertions, 3 deletions
diff --git a/css/overview.scss b/css/overview.scss
index 874ae2b..abd0fb5 100644
--- a/css/overview.scss
+++ b/css/overview.scss
@@ -8,6 +8,7 @@
flex-wrap: wrap;
gap: $padding;
padding: $padding;
+ user-select: none;
width: 100%;
a {
@@ -34,9 +35,8 @@
}
img {
- display: block;
- pointer-events: none;
- width: 50%;
+ display: block;
+ width: 75%;
}
}
}