update wrapper
authorSarah Conway <sarah.conway@crunchydata.com>
Tue, 18 Sep 2018 23:25:49 +0000 (16:25 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Tue, 18 Sep 2018 23:25:49 +0000 (16:25 -0700)
static/css/style.css
templates/base.html

index 5fac43d5fa29e67968339da95bdb550d8c60e0e4..dbc3614bf9441ec58348ca55d287a725f5e9140c 100644 (file)
@@ -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;
index 760581b9e0223e5e7f965f0f1cff66980bfdcefe..6566294a5580baeca8f9c94adcbffd418e91164f 100644 (file)
                </div><!-- /.container-fluid -->
            </nav>
 
-      <section id="main" class="wrapper">
-               <div class="container">
-           {%block content%}{%endblock%}
-        </div>
-      </section>
+           <div class="container" id="main">
+
+             <div class="row">
+               <div class="col-lg-10">
+               {%block content%}{%endblock%}
+           </div>
+               </div>
+               
+      </div>
 
            <!-- Footer -->
            <footer>