fix sponsors images
authorxenophenes <xenophenes42@gmail.com>
Tue, 28 Feb 2017 04:59:14 +0000 (20:59 -0800)
committerxenophenes <xenophenes42@gmail.com>
Tue, 28 Feb 2017 04:59:14 +0000 (20:59 -0800)
static/css/style.css
templates/pages/sponsors.html

index a1ba2915c0fe30dea504ec7cdf1d01d7f309924a..6066c01d85883bf1f7521106213ebe26cb64ea1a 100644 (file)
                        margin: 0;
                        float: none;
                }
+
+               img#sponsors {
+                       height: 5em;
+                       margin: 0;
+                       padding: 0 2em 0 0;
+               }
index 9113870ea55fabaabb75be866897d93d9d2aaab3..c50470c760aba692b2dd44aa888d9f8ab3a066a6 100644 (file)
@@ -32,7 +32,7 @@
                           is not divisibleby 2 %} col-md-offset-3 {% endif %}">
                                        <!-- Diamond -->
                                                <h3>Diamond</h3>
-                                               <a href="{{p.link}}" target="_blank"><img src="{{media("images/" + p.largelogo)}}" alt="{{p.name}}"></a>
+                                               <a href="{{p.link}}" target="_blank"><img id="sponsors" src="{{media("images/" + p.largelogo)}}" alt="{{p.name}}"></a>
                                                <div class="caption">
                                                        <small><em>{{p.intro}}</em></small>
                                                </div>