summaryrefslogtreecommitdiffstats
path: root/core/css/mobile.css
diff options
context:
space:
mode:
Diffstat (limited to 'core/css/mobile.css')
-rw-r--r--core/css/mobile.css8
1 files changed, 8 insertions, 0 deletions
diff --git a/core/css/mobile.css b/core/css/mobile.css
index 0a74178937d..6e2172ddbb7 100644
--- a/core/css/mobile.css
+++ b/core/css/mobile.css
@@ -21,6 +21,14 @@
box-align: center;
}
+/* on mobile, show logo-icon instead of logo-wide */
+#header .logo-wide {
+ background-image: url(../img/logo-icon.svg);
+ background-repeat: no-repeat;
+ width: 62px;
+ height: 34px;
+}
+
/* compress search box on mobile, expand when focused */
.searchbox input[type="search"] {
width: 15%;