How can I combine the above prefixes? This does not work:
@media screen and (max-width: 991px) and (min-width: 768px) { @-moz-document url-prefix() { .navbar-default .navbar-brand {margin-left:30%;} } }
And @media inside @-moz-document url-prefix() doesn't work either.
source share