We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 805448e commit 8af52f2Copy full SHA for 8af52f2
public/style.css
@@ -47,13 +47,13 @@ body {
47
margin: 0;
48
}
49
50
-main,
+#observablehq-main,
51
#observablehq-footer {
52
margin: 2rem auto;
53
max-width: 1152px;
54
55
56
-main {
+#observablehq-main {
57
min-height: calc(100vh - 17rem);
58
59
src/render.ts
@@ -109,7 +109,7 @@ ${
109
`
110
: ""
111
}<div id="observablehq-center">
112
-<main class="observablehq">
+<main id="observablehq-main" class="observablehq">
113
${parseResult.html}</main>
114
<footer id="observablehq-footer">© ${new Date().getUTCFullYear()} Observable, Inc.</footer>
115
</div>
0 commit comments