mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
more syntax changes
This commit is contained in:
@@ -42,12 +42,12 @@
|
||||
margin-bottom: 15px;
|
||||
}
|
||||
|
||||
@media (min-width: 480px) {
|
||||
@media (min-width: @screen-xs-min) {
|
||||
.bs-docs-featurette .img-responsive {
|
||||
margin-top: 30px;
|
||||
}
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
@media (min-width: @screen-sm-min) {
|
||||
.bs-docs-featurette {
|
||||
padding-top: 100px;
|
||||
padding-bottom: 100px;
|
||||
|
||||
Reference in New Issue
Block a user