File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 54
54
<script type="module">
55
55
document.querySelector("#edit-page").href += `/edit/main/docs${location.pathname + (location.pathname.endsWith("/") ? "index" : "")}.html`;
56
56
</script>
57
- <footer style="width: 100vw; margin: 2rem calc((100% - 100vw) / 2) -16px ; padding-bottom: 16px; background-color: var(--theme-foreground); color: var(--theme-background); font: 12px/normal var(--sans-serif);">
57
+ <footer style="width: 100vw; margin: 2rem calc((100% - 100vw) / 2) -32px ; padding-bottom: 16px; background-color: var(--theme-foreground); color: var(--theme-background); font: 12px/normal var(--sans-serif);">
58
58
<div style="display: flex; flex-wrap: wrap; max-width: var(--max-width); padding: 2rem 1rem; margin: auto; gap: 2rem;">
59
59
<div>
60
60
<a title="Observable" target="_blank" href="https://observablehq.com/" style="color: inherit;">
Original file line number Diff line number Diff line change 17
17
-moz-osx-font-smoothing : grayscale;
18
18
background : var (--theme-background );
19
19
color : var (--theme-foreground );
20
- margin-top : 16px ;
20
+ margin : 16px 0 ;
21
21
padding : 16px 24px ;
22
22
}
23
23
You can’t perform that action at this time.
0 commit comments