Explorar el Código

fix header wrapping on small screens

jomo hace 10 años
padre
commit
b5674e0375
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  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;