From 0ee5e555ebc192abf40d89bbad086a86fced69c6 Mon Sep 17 00:00:00 2001 From: Nathan Arthur Date: Wed, 27 Nov 2024 16:32:23 -0500 Subject: [PATCH] formatting --- src/components/organisms/passageNavigation.module.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/organisms/passageNavigation.module.scss b/src/components/organisms/passageNavigation.module.scss index 7899d6336..516ab9b9f 100644 --- a/src/components/organisms/passageNavigation.module.scss +++ b/src/components/organisms/passageNavigation.module.scss @@ -16,11 +16,11 @@ padding: 10px 24px; } -.wrapper .books>li:first-child button { +.wrapper .books > li:first-child button { padding-top: 16px; } -.wrapper .books>li:last-child button { +.wrapper .books > li:last-child button { padding-bottom: 16px; } @@ -35,7 +35,7 @@ list-style-type: none; } -.wrapper :global(.active)>button { +.wrapper :global(.active) > button { color: $ts-salmon; } @@ -64,4 +64,4 @@ .chapter a:hover { text-decoration: none; color: $ts-salmon; -} \ No newline at end of file +}