summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorryderr <r@okfoc.us>2014-11-03 13:07:02 -0500
committerryderr <r@okfoc.us>2014-11-03 13:07:02 -0500
commit838c6278ae5a378fabd2d5eb9ddceba49453cd00 (patch)
tree8f6dc785dc0f434f6cab281cca4f745b1f33777a
parenta3e22b19a3c9c650dfad3b8c170e6583cc11cafd (diff)
bit better about
-rwxr-xr-xpublic/assets/stylesheets/app.css11
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;