summaryrefslogtreecommitdiffstats
path: root/public/less
diff options
context:
space:
mode:
Diffstat (limited to 'public/less')
-rw-r--r--public/less/_base.less6
1 files changed, 6 insertions, 0 deletions
diff --git a/public/less/_base.less b/public/less/_base.less
index 1d8f0ef6f8..2de7610b26 100644
--- a/public/less/_base.less
+++ b/public/less/_base.less
@@ -98,6 +98,12 @@ pre > code {
width: 16px;
text-align: center;
}
+ #navbar {
+ width: 100vw;
+ }
+ #navbar .brand {
+ margin: 0 0 0 .5rem;
+ }
@media only screen and (max-width: 767px) {
#navbar:not(.shown) > *:not(:first-child) {
display: none;