Update main.css

This commit is contained in:
Dean Attali 2016-05-01 00:45:16 -07:00
parent aa00d360a4
commit df981db1d1

View File

@ -185,7 +185,6 @@ img {
/* Multi-level navigation links */
.navbar-custom .nav .navlinks-container {
position: relative;
text-align: center;
}
.navbar-custom .nav .navlinks-parent:after {
content: " \25BC";
@ -213,6 +212,9 @@ img {
}
}
@media only screen and (min-width: 768px) {
.navbar-custom .nav .navlinks-container {
text-align: center;
}
.navbar-custom .nav .navlinks-container:hover {
background: #eee;
}