aboutsummaryrefslogtreecommitdiffstats
path: root/assets/_custom.scss
diff options
context:
space:
mode:
authorYann Herklotz <git@yannherklotz.com>2021-09-19 17:47:40 +0100
committerYann Herklotz <git@yannherklotz.com>2021-09-19 17:47:40 +0100
commit79ac5829c25b966214b33e28198eaa279ffe7f15 (patch)
tree31255348a0ff465a80dc4bb1dbb93ce9bf2d14a3 /assets/_custom.scss
parent4817968ab6439ef3830059dfd6cae2149fca8a17 (diff)
downloadvericert-docs-79ac5829c25b966214b33e28198eaa279ffe7f15.tar.gz
vericert-docs-79ac5829c25b966214b33e28198eaa279ffe7f15.zip
Update Vericert website
Diffstat (limited to 'assets/_custom.scss')
-rw-r--r--assets/_custom.scss18
1 files changed, 18 insertions, 0 deletions
diff --git a/assets/_custom.scss b/assets/_custom.scss
index 587c9ce..a7b29e2 100644
--- a/assets/_custom.scss
+++ b/assets/_custom.scss
@@ -32,8 +32,26 @@
.book-page {
background: var(--gray-100);
border-radius: 20px;
+ padding: 3rem 3rem;
}
.markdown pre {
background-color: var(--body-background);
}
+
+.markdown h1 {
+ font-size: 3em;
+}
+
+.book-categories-tag {
+ padding-right: 1em;
+}
+
+.book-tags-tag {
+ padding-right: 1em;
+}
+
+.markdown .book-by-line {
+ margin-top: 0;
+ margin-bottom: 0.2em;
+}