mirror of https://github.com/twbs/bootstrap.git
Fix algolia.less media rule.
This commit is contained in:
parent
0dbbbdc26b
commit
8c8c6d1667
|
|
@ -18,7 +18,7 @@
|
|||
border: 1px solid rgba(0, 0, 0, .1);
|
||||
box-shadow: 0 8px 15px rgba(0, 0, 0, .175);
|
||||
|
||||
@media min-width(@screen-sm-min) {
|
||||
@media (min-width: @screen-sm-min) {
|
||||
width: 175%;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue