From e3255afa18ae0f31ff00b1ea11b8f190de7aca59 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Fri, 25 Oct 2024 16:35:38 +1100 Subject: [PATCH] FIX: minor fix for pre-commit (#267) --- src/quantecon_book_theme/assets/styles/index.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/quantecon_book_theme/assets/styles/index.scss b/src/quantecon_book_theme/assets/styles/index.scss index 7fba332..b546e3e 100644 --- a/src/quantecon_book_theme/assets/styles/index.scss +++ b/src/quantecon_book_theme/assets/styles/index.scss @@ -1192,9 +1192,7 @@ div.admonition, margin: 1.5rem auto; padding: 0 1rem 0.5rem 1rem; page-break-inside: avoid; - box-shadow: - 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1), - 0 0 0.05rem rgba(0, 0, 0, 0.1); + box-shadow: 0 0.2rem 0.5rem rgba(0, 0, 0, 0.1), 0 0 0.05rem rgba(0, 0, 0, 0.1); > .admonition-title { position: relative; margin: 0 -1rem;