0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

Fix algolia.less media rule.

This commit is contained in:
XhmikosR 2018-09-22 15:22:49 +03:00
parent 0dbbbdc26b
commit 8c8c6d1667

View File

@ -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%;
}