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