Fix responsive bug top navigation

This commit is contained in:
Dennis van de Hoef
2016-03-11 22:34:51 +01:00
parent 2d83f07ba8
commit e932a4164f
+1 -1
View File
@@ -63,7 +63,7 @@
border-bottom: none;
/* Small devices (phones, tablets, 768px and lower) */
@media (max-width: $screen-sm-min) {
@media (max-width: $screen-sm-max) {
width: 100%;
}
}