aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/css
diff options
context:
space:
mode:
authorHsieh Chin Fan <pham@topo.tw>2024-09-22 11:23:41 +0800
committerHsieh Chin Fan <pham@topo.tw>2024-09-22 11:27:09 +0800
commit42f7b2f0054d1b8c990a9c514b17396713506ab7 (patch)
treef929dcf0d9b9d205dd1da291fd9436ec6e53b958 /src/css
parent1ddf1b8c54fcda9fe89e6c4531739f76d7652f52 (diff)
refactor: class name for content container
DumbyMap -> Dumby Since maps are inside it!
Diffstat (limited to 'src/css')
-rw-r--r--src/css/dumbymap.css8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/css/dumbymap.css b/src/css/dumbymap.css
index f58cf22..ebd38d3 100644
--- a/src/css/dumbymap.css
+++ b/src/css/dumbymap.css
@@ -79,7 +79,7 @@
79 margin-bottom: 3rem; 79 margin-bottom: 3rem;
80} 80}
81 81
82.DumbyMap { 82.Dumby {
83 width: 100%; 83 width: 100%;
84 height: 100%; 84 height: 100%;
85 margin: 0 auto; 85 margin: 0 auto;
@@ -150,11 +150,11 @@
150 150
151} 151}
152 152
153.DumbyMap[data-layout="normal"] { 153.Dumby[data-layout="normal"] {
154 max-width: 60em; 154 max-width: 60em;
155} 155}
156 156
157.DumbyMap[data-layout="side-by-side"] { 157.Dumby[data-layout="side-by-side"] {
158 .SemanticHtml, 158 .SemanticHtml,
159 .Showcase { 159 .Showcase {
160 width: 50%; 160 width: 50%;
@@ -212,7 +212,7 @@
212 } 212 }
213} 213}
214 214
215.DumbyMap[data-layout="overlay"] { 215.Dumby[data-layout="overlay"] {
216 .SemanticHtml, 216 .SemanticHtml,
217 .Showcase { 217 .Showcase {
218 display: block; 218 display: block;