diff options
author | Admin <admin@marx.cafe> | 2022-12-03 12:08:18 -0500 |
---|---|---|
committer | Admin <admin@marx.cafe> | 2022-12-03 12:08:18 -0500 |
commit | 519843fe03807fbcabdc7f3938ca103967ad9277 (patch) | |
tree | f7c80b4de532489092bba786533d06ce4760fe57 /assets | |
parent | d5b75f4fb3aaa5c2f0209db4933a55aa634d5dfd (diff) |
Add footer with text details
Diffstat (limited to 'assets')
-rw-r--r-- | assets/_custom.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/assets/_custom.scss b/assets/_custom.scss index 0de9ae1..6bd596c 100644 --- a/assets/_custom.scss +++ b/assets/_custom.scss @@ -1,3 +1,8 @@ /* You can add custom styles here. */ // @import "plugins/numbered"; + +.book-footer ul { + list-style: none; + padding: 0; +} |