From 2d891f3961747b2814f791b1aacd0d3cc877a120 Mon Sep 17 00:00:00 2001 From: Camilo Villamizar Date: Thu, 8 Feb 2024 14:39:24 -0400 Subject: [PATCH] WOMACT-38 Complete node display and book theming --- .../themes/womenactivists_lib_unb_ca/src/scss/style.scss | 9 +++++++-- .../templates/book-navigation.html.twig | 1 - 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/custom/themes/womenactivists_lib_unb_ca/src/scss/style.scss b/custom/themes/womenactivists_lib_unb_ca/src/scss/style.scss index a9dea73..8ab747f 100644 --- a/custom/themes/womenactivists_lib_unb_ca/src/scss/style.scss +++ b/custom/themes/womenactivists_lib_unb_ca/src/scss/style.scss @@ -111,7 +111,7 @@ html { } main { > .container { - padding: 1rem !important; + padding: 2rem !important; background-color: $light !important; .region-content { color: $gray-700; @@ -143,7 +143,12 @@ html { } .field--name-field-links { margin: 2rem 0; - } + } + #book-nav { + .text-right { + text-align: end; + } + } } } } diff --git a/custom/themes/womenactivists_lib_unb_ca/templates/book-navigation.html.twig b/custom/themes/womenactivists_lib_unb_ca/templates/book-navigation.html.twig index f8998cb..b4dd3ef 100644 --- a/custom/themes/womenactivists_lib_unb_ca/templates/book-navigation.html.twig +++ b/custom/themes/womenactivists_lib_unb_ca/templates/book-navigation.html.twig @@ -34,7 +34,6 @@