Skip to content

Commit 8af52f2

Browse files
committed
observablehq-main
1 parent 805448e commit 8af52f2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

public/style.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ body {
4747
margin: 0;
4848
}
4949

50-
main,
50+
#observablehq-main,
5151
#observablehq-footer {
5252
margin: 2rem auto;
5353
max-width: 1152px;
5454
}
5555

56-
main {
56+
#observablehq-main {
5757
min-height: calc(100vh - 17rem);
5858
}
5959

src/render.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ${
109109
`
110110
: ""
111111
}<div id="observablehq-center">
112-
<main class="observablehq">
112+
<main id="observablehq-main" class="observablehq">
113113
${parseResult.html}</main>
114114
<footer id="observablehq-footer">© ${new Date().getUTCFullYear()} Observable, Inc.</footer>
115115
</div>

0 commit comments

Comments
 (0)