diff options
Diffstat (limited to 'src/css')
-rw-r--r-- | src/css/dumbymap.css | 8 |
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; |