diff options
| author | ryderr <r@okfoc.us> | 2014-11-03 13:07:02 -0500 |
|---|---|---|
| committer | ryderr <r@okfoc.us> | 2014-11-03 13:07:02 -0500 |
| commit | 838c6278ae5a378fabd2d5eb9ddceba49453cd00 (patch) | |
| tree | 8f6dc785dc0f434f6cab281cca4f745b1f33777a | |
| parent | a3e22b19a3c9c650dfad3b8c170e6583cc11cafd (diff) | |
bit better about
| -rwxr-xr-x | public/assets/stylesheets/app.css | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/public/assets/stylesheets/app.css b/public/assets/stylesheets/app.css index c6be063..b68a5d8 100755 --- a/public/assets/stylesheets/app.css +++ b/public/assets/stylesheets/app.css @@ -581,10 +581,15 @@ iframe.embed { /* DOCUMENTATION / ABOUT SECTION / FAQ PAGES */ .docs .content { - width: 600px; + width: 80%; margin: 0 auto; text-align: left; } +.page.docs h1 { + border-top: 0px solid; + font-weight: 500; + font-size: 40px; +} .docs .content img { max-width: 90%; margin: 0 auto; @@ -607,8 +612,10 @@ iframe.embed { .docs .content p { margin: 1em 0; + font-size: 30px; + font-weight: 300; + line-height: 60px; } - .footer { width: 100%; padding: 100px 0 120px 0; |
