cleanup
authorSarah Conway <sarah.conway@crunchydata.com>
Tue, 18 Sep 2018 21:21:09 +0000 (14:21 -0700)
committerSarah Conway <sarah.conway@crunchydata.com>
Tue, 18 Sep 2018 21:21:09 +0000 (14:21 -0700)
static/css/style.css

index 5d1a6d2d92327107719bb7de9621f47d0512a655..372ae1319336db838e8b88b99d90b9b366146581 100644 (file)
@@ -50,6 +50,11 @@ h2 {
   text-align: center;
 }
 
+h3 {
+  font-size: 0.8em;
+  text-align: center;
+}
+
 main section {
   flex-grow: 1;
   flex-basis: 33%;
@@ -124,11 +129,7 @@ main section ul li a {
   cursor: pointer;
 }
 
-footer {
-  background: linear-gradient(to bottom, white, #ccc);
-  min-height: 15vh;
-  color: #666;
-}
+/* FOOTER */
 
 footer ul {
   margin: 0; /*taking the margin and padding ul default size off */
@@ -142,20 +143,12 @@ footer li {
   margin: 5px 10px;
 }
 
-h3 {
-  font-size: 0.8em;
-  text-align: center;
-}
-
 footer p {
   font-size: 0.6em;
   text-align: center;
 }
 
-@media screen and (min-width: 1024px) {
-  body {
-    font-size: 1.25em;
-  }
+/* OUR TEAM */
 
 .title {
   margin-top: 20px;
@@ -170,7 +163,6 @@ footer p {
   display:flex;
 }
 
-
 .our-team{
   margin-top: 100px;
 }
@@ -205,6 +197,12 @@ footer p {
       margin-bottom: 15px;
   }
 
+  /* PAGE */
+
+  section#main {
+      padding-top: 7rem;
+  }
+
   /* NAVIGATION */
 
    .navbar-fixed-top {