aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css/dumbymap.css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-14 19:28:46 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-15 00:27:48 +0800
commit64f24ee5fb1a27b66de2575a8d4b31646776f54a (patch)
tree62e4b390504e8c4a391c00aa1f43af1272e6969c /src/css/dumbymap.css
parent901ad1a83ae08c259f75c69e5cc957a72e18f762 (diff)
feat: Switch layout by attribute
Diffstat (limited to 'src/css/dumbymap.css')
-rw-r--r--src/css/dumbymap.css2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index ba074a2..1dc7a09 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -106,7 +106,7 @@
106} 106}
107 107
108.DumbyMap[data-layout]:not([data-layout=none]) { 108.DumbyMap[data-layout]:not([data-layout=none]) {
109 margin: 0; 109 margin: 0 auto;
110 110
111 height: 100vh; 111 height: 100vh;
112 width: 100%; 112 width: 100%;