소스 검색

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;