From 8cd7539a48f9a9f65fb665a0baf810f98f554410 Mon Sep 17 00:00:00 2001 From: Sarah Conway Schnurr Date: Tue, 23 Jul 2019 16:41:33 -0700 Subject: [PATCH] Add Bootstrap margin class --- static/css/style.css | 6 ------ templates/pages/sponsors.html | 12 ++++++------ 2 files changed, 6 insertions(+), 12 deletions(-) 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}}
-- 2.39.5