mirror of
https://github.com/twbs/bootstrap.git
synced 2024-12-13 01:08:58 +01:00
20 lines
298 B
Plaintext
20 lines
298 B
Plaintext
.bs-examples {
|
|
.thumbnail {
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
h4 { margin-bottom: 5px; }
|
|
|
|
p { margin-bottom: 20px; }
|
|
|
|
@media (max-width: @screen-xs-min) {
|
|
margin-right: -10px;
|
|
margin-left: -10px;
|
|
|
|
> [class^="col-"] {
|
|
padding-right: 10px;
|
|
padding-left: 10px;
|
|
}
|
|
}
|
|
}
|