diff --git a/themes/custom/assets/blumatheme.scss b/themes/custom/assets/blumatheme.scss index 85078c0..a135b41 100644 --- a/themes/custom/assets/blumatheme.scss +++ b/themes/custom/assets/blumatheme.scss @@ -18,6 +18,8 @@ $subtitle-color: $grey-dark; $body-background-color: darken($background-base-color, 3); $body-size: 15px; +$background: $background-base-color; + $footer-background-color: $background-base-color; $footer-padding: 1rem; diff --git a/themes/custom/assets/style.scss b/themes/custom/assets/style.scss index 8a3ee4f..97c3bf3 100644 --- a/themes/custom/assets/style.scss +++ b/themes/custom/assets/style.scss @@ -2,6 +2,12 @@ @import "bulma/bulma"; @import "autocomplete"; +.logo-small { + width: 8em; + vertical-align: middle; + margin: 0 0.2em; +} + .divider { height: 3px; border-radius: 50px;