summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
authorVolpeon <git@volpeon.ink>2021-01-21 21:31:21 +0100
committerVolpeon <git@volpeon.ink>2021-01-21 21:31:21 +0100
commit1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc (patch)
tree1bccea4922f090ce120e83fe75f78010f7e08f05 /assets
parentCompile drafts in watch/serve mode (diff)
downloadvolpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.tar.gz
volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.tar.bz2
volpeon.ink-1cc072bb0bca2e2a5e88ba05ee9b3ec39ea7eefc.zip
Replace blogs with notebooks (i.e. no dates, grouped by category)
Diffstat (limited to 'assets')
-rw-r--r--assets/css/_basics.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/assets/css/_basics.scss b/assets/css/_basics.scss
index 14c0391..9ce6b61 100644
--- a/assets/css/_basics.scss
+++ b/assets/css/_basics.scss
@@ -97,6 +97,10 @@ ol {
97 } 97 }
98} 98}
99 99
100ul ul {
101 margin-top: 0;
102}
103
100dl { 104dl {
101 margin: ($line-height * 1em) 0 0; 105 margin: ($line-height * 1em) 0 0;
102 padding: 0; 106 padding: 0;