Add styles to visible Sponsors on front page
authorSarah Conway Schnurr <sarah.conway@crunchydata.com>
Tue, 23 Jul 2019 23:46:18 +0000 (16:46 -0700)
committerSarah Conway Schnurr <sarah.conway@crunchydata.com>
Tue, 23 Jul 2019 23:46:18 +0000 (16:46 -0700)
static/css/style.css

index 6c01040be2ee7a92a3b02b34364f465d269b6cc3..31d1c58109d2c0a4cefe0af7d6ecffb774c41e2b 100644 (file)
@@ -93,7 +93,15 @@ b, strong {
 /* Sponsors section under Jumbotron */
 
 .sponsors {
+  background-color: #fff;
+  border-bottom: 1px solid rgba(0,0,0,.125);
+  box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075);
+  padding: 1rem 3rem;
+  text-align: center;
+}
 
+.sponsors img {
+  width: 150px;
 }
 
 /* Sections */