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 5ca1740 commit 82b3018Copy full SHA for 82b3018
news/changelog-1.1.md
@@ -54,6 +54,7 @@
54
- Correctly align dark/light toggle in navbar (thanks @FabioRosado)
55
- Support `navbar:logo-alt` to provide alternate text for navbar logos
56
- Support `navbar:logo-href` to provide custom link for navbar logo & title
57
+- Improve appearance of blog categories in title block
58
59
## Books
60
src/resources/formats/html/templates/title-block.scss
@@ -91,7 +91,7 @@ main.quarto-banner-title-block section:first-of-type h4:first-of-type {
91
display: flex;
92
column-gap: 0.4em;
93
padding-bottom: 0.5em;
94
- margin-top: 0.25em;
+ margin-top: 0.75em;
95
96
.quarto-category {
97
padding: 0.25em 0.75em;
0 commit comments