Skip to content

Commit

Permalink
WOMACT-38 Complete node display and book theming
Browse files Browse the repository at this point in the history
  • Loading branch information
camilocodes committed Feb 8, 2024
1 parent 863ff8e commit 2d891f3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
9 changes: 7 additions & 2 deletions custom/themes/womenactivists_lib_unb_ca/src/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ html {
}
main {
> .container {
padding: 1rem !important;
padding: 2rem !important;
background-color: $light !important;
.region-content {
color: $gray-700;
Expand Down Expand Up @@ -143,7 +143,12 @@ html {
}
.field--name-field-links {
margin: 2rem 0;
}
}
#book-nav {
.text-right {
text-align: end;
}
}
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
<nav role="navigation" aria-labelledby="book-label-{{ book_id }}">
{{ tree }}
{% if has_links %}
<h2>{{ 'Book traversal links for'|t }} {{ book_title }}</h2>
<div id="book-nav" class="container">
<div class="row">
<div class="col-sm-4 text-left">
Expand Down

0 comments on commit 2d891f3

Please sign in to comment.