diff options
author | Siri Reiter <siri@pjones.dk> | 2023-03-30 08:46:10 +0200 |
---|---|---|
committer | Siri Reiter <siri@pjones.dk> | 2023-03-30 08:46:10 +0200 |
commit | 71ee5fd13af1f6152f6b7b7bcca998614ee06259 (patch) | |
tree | 726e32d3664404daf8f67eae40271ceab4e193a4 /style.scss | |
parent | 35dc09ee7fdb885a177b2282a5bea813c317b108 (diff) |
separate notebox margin annotation in top, bottom and right, no border
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -269,7 +269,10 @@ body { //Overwrite ikiwiki default width: width: inherit; max-width: 48em; - margin: 2em 2em 2em 0; + margin-top: 2em; + margin-bottom: 2em; + margin-right: 2em; + border: 0; // color: none !important; background-color: lightblue; |