0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-12 00:08:59 +01:00
Bootstrap/docs/4.0/examples/grid/grid.css

28 lines
372 B
CSS
Raw Normal View History

2017-08-11 06:04:59 +02:00
body {
padding-top: 2rem;
padding-bottom: 2rem;
}
h3 {
margin-top: 2rem;
}
.row {
margin-bottom: 1rem;
}
.row .row {
margin-top: 1rem;
margin-bottom: 0;
}
[class*="col-"] {
padding-top: 1rem;
padding-bottom: 1rem;
2017-12-28 18:55:44 +01:00
background-color: rgba(86, 61, 124, .15);
border: 1px solid rgba(86, 61, 124, .2);
2017-08-11 06:04:59 +02:00
}
hr {
margin-top: 2rem;
margin-bottom: 2rem;
}