Browse Source

Fix menu button overlapping title on iPhone 5

pm2
Luke Childs 8 years ago
parent
commit
bec36c871a
  1. 7
      public/assets/style.css

7
public/assets/style.css

@ -554,6 +554,13 @@ footer {
} }
} }
/* Fix menu button overlapping title on iPhone 5 */
@media (max-width: 360px) {
.menu-button {
right: 0;
}
}
/* Icons */ /* Icons */
@font-face { @font-face {
font-family: 'iconfont'; font-family: 'iconfont';

Loading…
Cancel
Save