From: Sarah Conway Schnurr Date: Tue, 23 Jul 2019 23:41:33 +0000 (-0700) Subject: Add Bootstrap margin class X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=8cd7539a48f9a9f65fb665a0baf810f98f554410;p=pgopen2019.git Add Bootstrap margin class --- diff --git a/static/css/style.css b/static/css/style.css index 22f13d2..6c01040 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -260,12 +260,6 @@ table.table.table-striped { color: #fff; } -/* Sponsor Images */ - -img#sponsor { - margin: 2rem auto; -} - /* Small Desktop */ @media (max-width: 1024px) { diff --git a/templates/pages/sponsors.html b/templates/pages/sponsors.html index e2dcd27..7385ac8 100644 --- a/templates/pages/sponsors.html +++ b/templates/pages/sponsors.html @@ -16,7 +16,7 @@
{% for p in diamond %}
- {{p.name}} + {{p.name}}
{{p.intro}}
@@ -31,7 +31,7 @@
{% for p in platinum %}
- {{p.name}} + {{p.name}}
{{p.intro}}
@@ -45,7 +45,7 @@
{% endif %}
- {{p.name}} + {{p.name}}
{{p.intro}}
@@ -58,7 +58,7 @@
{% for p in silver %}
- {{p.name}} + {{p.name}}
{{p.intro}}
@@ -71,7 +71,7 @@
{% for p in supporter %}
- {{p.name}} + {{p.name}}
{{p.intro}}
@@ -84,7 +84,7 @@
{% for p in partner %}
- {{p.name}} + {{p.name}}
{{p.intro}}