From: Sarah Conway Schnurr Date: Tue, 23 Jul 2019 23:46:18 +0000 (-0700) Subject: Add styles to visible Sponsors on front page X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=f24f0120b659b87d3cda1da53d7a0178f1773411;p=pgopen2019.git Add styles to visible Sponsors on front page --- diff --git a/static/css/style.css b/static/css/style.css index 6c01040..31d1c58 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -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 */