From 71ee5fd13af1f6152f6b7b7bcca998614ee06259 Mon Sep 17 00:00:00 2001 From: Siri Reiter Date: Thu, 30 Mar 2023 08:46:10 +0200 Subject: separate notebox margin annotation in top, bottom and right, no border --- style.scss | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'style.scss') diff --git a/style.scss b/style.scss index e254b9f..5b4baf9 100644 --- a/style.scss +++ b/style.scss @@ -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; -- cgit v1.2.3