aboutsummaryrefslogtreecommitdiff
path: root/docs/examples
diff options
context:
space:
mode:
Diffstat (limited to 'docs/examples')
-rw-r--r--docs/examples/grid/grid.css24
1 files changed, 14 insertions, 10 deletions
diff --git a/docs/examples/grid/grid.css b/docs/examples/grid/grid.css
index b25263bc7..5f7e1af66 100644
--- a/docs/examples/grid/grid.css
+++ b/docs/examples/grid/grid.css
@@ -1,23 +1,27 @@
-h4 {
- margin-top: 25px;
+body {
+ padding-top: 2rem;
+ padding-bottom: 2rem;
}
+
+h3 {
+ margin-top: 2rem;
+}
+
.row {
- margin-bottom: 20px;
+ margin-bottom: 1rem;
}
.row .row {
- margin-top: 10px;
+ margin-top: 1rem;
margin-bottom: 0;
}
[class*="col-"] {
- padding-top: 15px;
- padding-bottom: 15px;
- background-color: #eee;
+ padding-top: 1rem;
+ padding-bottom: 1rem;
background-color: rgba(86,61,124,.15);
- border: 1px solid #ddd;
border: 1px solid rgba(86,61,124,.2);
}
hr {
- margin-top: 40px;
- margin-bottom: 40px;
+ margin-top: 2rem;
+ margin-bottom: 2rem;
}