From d5caf6ce75d2e5f41dc4cf4acd345f79145cf813 Mon Sep 17 00:00:00 2001 From: Sarah Conway Date: Tue, 18 Sep 2018 16:25:49 -0700 Subject: [PATCH] update wrapper --- static/css/style.css | 8 ++++++-- templates/base.html | 14 +++++++++----- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/static/css/style.css b/static/css/style.css index 5fac43d..dbc3614 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -1,4 +1,4 @@ -@import url('https://fonts.googleapis.com/css?family=Open+Sans|Source+Sans+Pro'); +@import url('https://fonts.googleapis.com/css?family=Open+Sans'); body { font-weight: 400; @@ -9,7 +9,6 @@ body { h1, h2, h3, h4, .heading { color: #333; - font-family: 'Source Sans Pro', sans-serif; font-weight: 600; text-align: center; } @@ -26,6 +25,11 @@ h3 { font-size: 1.5rem; } +#main h2 { + text-align: left; + margin: 2rem 0; +} + .heading { margin: 0; display: inline-block; diff --git a/templates/base.html b/templates/base.html index 760581b..6566294 100644 --- a/templates/base.html +++ b/templates/base.html @@ -50,11 +50,15 @@ -
-
- {%block content%}{%endblock%} -
-
+
+ +
+
+ {%block content%}{%endblock%} +
+
+ +