diff options
| author | Mark Otto <[email protected]> | 2015-08-12 17:23:44 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2015-08-12 17:23:44 -0700 |
| commit | 8e8f8f54cd87f530eb5c3068a1781ea9e7afba26 (patch) | |
| tree | 8c2784bcb1495fe1527a3b953326c22f53ffbabb | |
| parent | 37eb1e1d8bfe87d75f96dc4c692997b8df68253d (diff) | |
| download | bootstrap-8e8f8f54cd87f530eb5c3068a1781ea9e7afba26.tar.xz bootstrap-8e8f8f54cd87f530eb5c3068a1781ea9e7afba26.zip | |
property order
| -rw-r--r-- | docs/assets/scss/_layout.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/assets/scss/_layout.scss b/docs/assets/scss/_layout.scss index aafec6ad9..1313bed74 100644 --- a/docs/assets/scss/_layout.scss +++ b/docs/assets/scss/_layout.scss @@ -34,9 +34,9 @@ .bd-pageheader { - margin-bottom: 3rem; padding-top: 2rem; padding-bottom: 2rem; + margin-bottom: 3rem; color: $bd-purple-light; background-color: $bd-purple; |
