Skip to content

Commit 935fa98

Browse files
committed
nicer layout of frontmatter / licence in anticipation for title move as first cell
1 parent 4cda9c5 commit 935fa98

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

_static/style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,4 +328,12 @@ nav[aria-label="Table of Contents"] {
328328
div[data-state="closed"] {
329329
}
330330

331+
}
332+
333+
#skip-to-frontmatter {
334+
margin-bottom: 0.3em;
335+
}
336+
.licence {
337+
margin-bottom: 1.5em;
338+
text-align: right;
331339
}

_static/style_local.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,12 @@ nav[aria-label="Table of Contents"] {
1111
div[data-state="closed"] {
1212
}
1313

14+
}
15+
16+
#skip-to-frontmatter {
17+
margin-bottom: 0.3em;
18+
}
19+
.licence {
20+
margin-bottom: 1.5em;
21+
text-align: right;
1422
}

0 commit comments

Comments
 (0)