diff options
author | Hsieh Chin Fan <pham@topo.tw> | 2024-09-22 14:11:39 +0800 |
---|---|---|
committer | Hsieh Chin Fan <pham@topo.tw> | 2024-09-22 14:12:31 +0800 |
commit | 438ade206064346ccad8d519a088b9d904ee2a38 (patch) | |
tree | 30184bdaf1ef235395b715d1e673db5c0704086e /src/css | |
parent | 5d541308928efa5789b6313982357b66ca52f948 (diff) |
fix: unrenamed CSS selector for 42f7b2f
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/index.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/css/index.css b/src/css/index.css index dc4c2e8..bb9e95e 100644 --- a/src/css/index.css +++ b/src/css/index.css | |||
@@ -18,7 +18,7 @@ body { | |||
18 | 18 | ||
19 | padding: 0.5em; | 19 | padding: 0.5em; |
20 | 20 | ||
21 | .DumbyMap { | 21 | .Dumby { |
22 | order: 1; | 22 | order: 1; |
23 | flex: 1 0 calc(50% - 0.5em); | 23 | flex: 1 0 calc(50% - 0.5em); |
24 | 24 | ||