浏览代码

fix header wrapping on small screens

jomo 10 年之前
父节点
当前提交
b5674e0375
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      public/stylesheets/style.css

+ 5 - 0
public/stylesheets/style.css

@@ -48,6 +48,11 @@ a.sponsor {
   margin: 5px 10px;
 }
 
+.container > .navbar-header {
+  display: inline-block;
+  margin: inherit;
+}
+
 a.navbar-brand.twitter {
   color: #55acee;
   font-size: 16px;