mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-02 16:04:07 +03:00
Fix algolia.less media rule.
This commit is contained in:
@@ -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%;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user