ensure that any buttons and inputs will not mess up navbar alignment

This commit is contained in:
Owen Versteeg 2013-12-09 17:34:29 -05:00
parent 8855781de8
commit 9ba4c56c39

View file

@ -25,6 +25,11 @@
}
}
.navbar input, .navbar button {
margin-top: -20px;
/* This ensures that any buttons and inputs in the navbar will not mess up its vertical alignment */
}
@media (max-width:500px) {
.navbar a {
text-align: center;