0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-13 01:08:58 +01:00
Bootstrap/docs/assets/less/demos.less

20 lines
298 B
Plaintext
Raw Normal View History

2017-07-03 00:17:44 +02:00
.bs-examples {
.thumbnail {
margin-bottom: 10px;
}
2017-07-03 00:09:46 +02:00
2017-07-03 00:17:44 +02:00
h4 { margin-bottom: 5px; }
p { margin-bottom: 20px; }
@media (max-width: @screen-xs-min) {
2017-07-03 00:09:46 +02:00
margin-right: -10px;
margin-left: -10px;
2017-07-03 00:17:44 +02:00
> [class^="col-"] {
padding-right: 10px;
padding-left: 10px;
}
2017-07-03 00:09:46 +02:00
}
}