Will need some css overwrites for upcoming changes

pull/1/head
sixtus 2021-06-21 22:47:07 +02:00
parent 4df642be0f
commit 34853cc1ed
3 changed files with 7 additions and 1 deletions

View File

@ -8,6 +8,10 @@ indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.css]
indent_size = 4
indent_style = space
[*.md]
indent_size = 4
indent_style = space

2
assets/custom.css Normal file
View File

@ -0,0 +1,2 @@
.centered { text-align: center; }
.pad-side { padding: 0 .25em; }

View File

@ -39,7 +39,7 @@ params:
# Favicon file (relative to baseURL - place below static or assets folder)
favicon: favicon.png
# Custom css file (relative to baseURL - place below static or assets folder)
css: null
css: custom.css
# Define formatting of dates
# (optional, falls back to RFC822 format if not set)