summaryrefslogtreecommitdiffstats
path: root/nikola/data/themes/base/assets/css
diff options
context:
space:
mode:
Diffstat (limited to 'nikola/data/themes/base/assets/css')
-rw-r--r--nikola/data/themes/base/assets/css/theme.css7
1 files changed, 6 insertions, 1 deletions
diff --git a/nikola/data/themes/base/assets/css/theme.css b/nikola/data/themes/base/assets/css/theme.css
index 076351f..69b5fa7 100644
--- a/nikola/data/themes/base/assets/css/theme.css
+++ b/nikola/data/themes/base/assets/css/theme.css
@@ -1,7 +1,7 @@
@charset "UTF-8";
/*
- Copyright © 2014-2020 Daniel Aleksandersen and others.
+ Copyright © 2014-2021 Daniel Aleksandersen and others.
Permission is hereby granted, free of charge, to any
person obtaining a copy of this software and associated
@@ -312,6 +312,11 @@ pre.code, code {
overflow: auto;
}
+/* Set a minimum logo height to ensure .svg are displayed if there is no brand text (#3493) */
+#logo {
+ min-height: 25px;
+}
+
/* SOURCE: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
*,