Browse Source

add a bit more padding.

pull/249/head
connors 11 years ago
parent
commit
f46c92589a
  1. 4
      docs-assets/css/docs.css
  2. 4
      lib/sass/docs.scss

4
docs-assets/css/docs.css

@ -806,8 +806,8 @@ body {
} }
.docs-contribute { .docs-contribute {
padding-top: 40px; padding-top: 50px;
padding-bottom: 40px; padding-bottom: 50px;
color: #fff; color: #fff;
text-align: center; text-align: center;
background-color: #00d1fe; background-color: #00d1fe;

4
lib/sass/docs.scss

@ -208,8 +208,8 @@ body {
// -------------------------------------------------- // --------------------------------------------------
.docs-contribute { .docs-contribute {
padding-top: 40px; padding-top: 50px;
padding-bottom: 40px; padding-bottom: 50px;
color: #fff; color: #fff;
text-align: center; text-align: center;
background-color: #00d1fe; background-color: #00d1fe;

Loading…
Cancel
Save