File tree Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Expand file tree Collapse file tree 2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -47,18 +47,19 @@ body {
4747 margin : 0 ;
4848}
4949
50- main {
50+ main ,
51+ # observablehq-footer {
5152 margin : 2rem auto;
5253 max-width : 1152px ;
54+ }
55+
56+ main {
5357 min-height : calc (100vh - 17rem );
54- padding-bottom : 10rem ;
5558}
5659
57- # observablehq-center ::after {
58- content : "© 2023 Observable, Inc." ;
60+ # observablehq-footer {
5961 display : block;
60- margin : 2rem auto;
61- max-width : 1152px ;
62+ margin-top : 10rem ;
6263 font : 12px var (--sans-serif );
6364 color : var (--theme-foreground-faint );
6465}
Original file line number Diff line number Diff line change 111111} <div id="observablehq-center">
112112<main class="observablehq">
113113${ parseResult . html } </main>
114+ <footer id="observablehq-footer">© ${ new Date ( ) . getUTCFullYear ( ) } Observable, Inc.</footer>
114115</div>
115116` ;
116117}
You can’t perform that action at this time.
0 commit comments