mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-20 20:00:36 +03:00
Fix algolia.less media rule.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
border: 1px solid rgba(0, 0, 0, .1);
|
border: 1px solid rgba(0, 0, 0, .1);
|
||||||
box-shadow: 0 8px 15px rgba(0, 0, 0, .175);
|
box-shadow: 0 8px 15px rgba(0, 0, 0, .175);
|
||||||
|
|
||||||
@media min-width(@screen-sm-min) {
|
@media (min-width: @screen-sm-min) {
|
||||||
width: 175%;
|
width: 175%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user