We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 45a7c87 + dae7d64 commit 0d97447Copy full SHA for 0d97447
1 file changed
examples/Section5-1.html
@@ -6,14 +6,16 @@
6
<title>Requirements - Section 5.1.html</title>
7
<script type="module" src="../dist/mapml-viewer.js"></script>
8
<style>
9
- html,
10
- body {
11
- height: 100%;
12
- }
13
- * {
14
- margin: 0;
15
- padding: 0;
16
+ html,
+ body {
+ height: 100%;
+ }
+ margin: 0;
+ *, ::before, ::after {
17
+ box-sizing: border-box;
18
19
20
/* Specifying the `:defined` selector is recommended to style the map
21
element, such that styles don't apply when fallback content is in use
0 commit comments