From 8e4ef72afe68fa4a1307429478a981f566cbcca7 Mon Sep 17 00:00:00 2001 From: tenax66 Date: Sat, 21 Sep 2024 12:18:29 +0900 Subject: [PATCH] fix spacing and add a newline at EOF --- docs/assets/css/extras.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/assets/css/extras.scss b/docs/assets/css/extras.scss index 8604ad55..3afcf871 100644 --- a/docs/assets/css/extras.scss +++ b/docs/assets/css/extras.scss @@ -1,7 +1,7 @@ details summary::-webkit-details-marker { - display:none; + display: none; } - + .resource-citation { font-family: monospace; font-size: 0.9em; @@ -200,4 +200,4 @@ details summary::-webkit-details-marker { flex-direction: column; gap: 18px; } -} \ No newline at end of file +}