mirror of
https://github.com/twbs/bootstrap.git
synced 2025-01-07 00:46:15 +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;
|
|
}
|
|
}
|