Changeset - e364d5fafa8a
[Not reviewed]
0 2 0
Christopher Neugebauer - 7 years ago 2017-08-16 04:15:26
chrisjrn@gmail.com
Makes sponsor logos nicer
2 files changed with 9 insertions and 1 deletions:
0 comments (0 inline, 0 general)
pinaxcon/templates/static_pages/homepage.html
Show inline comments
...
 
@@ -116,3 +116,3 @@
 
              {% for sponsor in level.sponsors %}
 
                  <div class="col-md-3">
 
                  <div class="sponsor">
 
                      {% if sponsor.website_logo %}
static/scss/custom.scss
Show inline comments
...
 
@@ -114,4 +114,12 @@ $homepage-block-min-height: 480px;
 
  z-index: 3;
 

	
 
  .sponsor {
 
    @include make-xs-column(6);
 
    @include make-sm-column(4);
 
    @include make-md-column(3);
 
    max-width: 600px;
 
  }
 
}
 

	
 

	
 
.homepage-block-content {
0 comments (0 inline, 0 general)