From 1c1268fe663b12b975fa8e0f785a84fbe646ea8b Mon Sep 17 00:00:00 2001 From: Jenil Gogari Date: Sun, 2 Apr 2017 13:26:51 -0400 Subject: [PATCH] Add doc styles --- docs/doc-styles.css | 43 +++++++++++++++++++++++++++++++++++++------ 1 file changed, 37 insertions(+), 6 deletions(-) diff --git a/docs/doc-styles.css b/docs/doc-styles.css index 9c90561..6279a81 100644 --- a/docs/doc-styles.css +++ b/docs/doc-styles.css @@ -1,3 +1,7 @@ +body>.container { + max-width: 720px; +} + .hero { display: flex; flex-direction: column; @@ -14,7 +18,7 @@ } .logo h3 { - font-weight: 300; + font-weight: 300; } footer { @@ -23,15 +27,42 @@ footer { } section { - max-width: 700px; margin: 5rem auto; } #features ul { - list-style-type: none; - padding: 0; - font-size: 1.2em; - font-weight: 200; + list-style-type: none; + padding: 0; + font-size: 1.2em; + font-weight: 200; +} + +figure.highlight { + margin-left: 0; + margin-right: 0; +} + +hr { + margin: 3rem 0; +} + +#grid .card { + padding: 1rem 0rem; + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; + background-color: rgba(26, 159, 96, 0.2); + font-size: 1.2rem; +} + +.buttons { + display: flex; + flex-direction: column; + align-items: flex-start; +} + +.buttons > * { + margin: .5rem; } .highlight, code { background-color: #f1f5f5; }