fixed header size on narrow desktop window

Upstream-commit: 434cf6c8ca5d20306dc27e770155ba05a931adec
Component: engine
This commit is contained in:
Ben Wiklund
2013-12-29 19:22:52 -08:00
parent ed7881ff0c
commit c647c27460
2 changed files with 8 additions and 3 deletions
+4 -1
View File
@@ -62,9 +62,12 @@ p a.btn {
-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.brand.logo a {
.brand-logo a {
color: white;
}
.brand-logo a img {
width: auto;
}
.inline-icon {
margin-bottom: 6px;
}
+4 -2
View File
@@ -125,9 +125,11 @@ p a {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}
.brand.logo a {
.brand-logo a {
color: white;
img {
width: auto;
}
}
.logo {