diff options
-rw-r--r-- | src/templates/coins-designs-ee.html.tmpl | 2 |
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); |