summaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/bootstrap4/assets/css/theme.css
diff options
context:
space:
mode:
authorLibravatarUnit 193 <unit193@unit193.net>2021-04-22 20:22:47 -0400
committerLibravatarUnit 193 <unit193@unit193.net>2021-04-22 20:22:47 -0400
commit8eeed31eb2f86ac982fa4b26f93b15828289c56d (patch)
tree2d95f6a10afaeb9f5e25dabde5fe38de3f8458d1 /nikola/data/themes/bootstrap4/assets/css/theme.css
parent3a0d66f07b112b6d2bdc2b57bbf717a89a351ce6 (diff)
New upstream version 8.1.3.upstream/8.1.3
Diffstat (limited to 'nikola/data/themes/bootstrap4/assets/css/theme.css')
-rw-r--r--nikola/data/themes/bootstrap4/assets/css/theme.css5
1 files changed, 5 insertions, 0 deletions
diff --git a/nikola/data/themes/bootstrap4/assets/css/theme.css b/nikola/data/themes/bootstrap4/assets/css/theme.css
index 20eee8e..472f2e7 100644
--- a/nikola/data/themes/bootstrap4/assets/css/theme.css
+++ b/nikola/data/themes/bootstrap4/assets/css/theme.css
@@ -230,3 +230,8 @@ pre.code {
html[dir="rtl"] body {
text-align: right;
}
+
+/* Set a minimum logo height to ensure .svg are displayed if there is no brand text (#3493) */
+#logo {
+ min-height: 25px;
+}