summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
Diffstat (limited to 'css')
-rw-r--r--css/header.scss4
-rw-r--r--css/overview.scss6
2 files changed, 5 insertions, 5 deletions
diff --git a/css/header.scss b/css/header.scss
index 49e6597..561aab8 100644
--- a/css/header.scss
+++ b/css/header.scss
@@ -10,10 +10,11 @@
border-bottom-right-radius: $padding;
box-shadow: 0 0 calc($padding / 2) $shadowColour;
display: flex;
- height: 100vh;
+ height: calc(100vh + $padding);
image-rendering: pixelated;
justify-content: center;
overflow: hidden;
+ padding-bottom: $padding;
position: relative;
user-select: none;
width: 100%;
@@ -23,7 +24,6 @@
display: block;
image-rendering: pixelated;
object-fit: contain;
- pointer-events: none;
width: 50vmin;
}
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%;
}
}
}