aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorThomas Voss <mail@thomasvoss.com> 2025-08-03 02:45:50 +0200
committerThomas Voss <mail@thomasvoss.com> 2025-08-03 02:45:50 +0200
commit43d72f467e30f971318f825bd39b656d95d223f5 (patch)
tree7c0ac99b8bb1d885160fa1aa2007069c0b48ccb6 /src
parentef4b70eec385c79b5ba102cdea99029c222667f1 (diff)
Tweak media query
Diffstat (limited to 'src')
-rw-r--r--src/templates/coins-designs-ee.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/coins-designs-ee.html.tmpl b/src/templates/coins-designs-ee.html.tmpl
index 5f41f29..ee648db 100644
--- a/src/templates/coins-designs-ee.html.tmpl
+++ b/src/templates/coins-designs-ee.html.tmpl
@@ -2,7 +2,7 @@
{{ template "header-navbar" . }}
<style>
- @media (max-width: 1000px) {
+ @media (max-width: 500px) {
#ee-vote-table {
tr:first-child td:first-child {
border-top: var(--border-width) solid var(--table-border-color);