Changeset - e405e31a9b12
[Not reviewed]
0 1 0
Christopher Neugebauer - 6 years ago 2017-09-28 00:44:07
chrisjrn@gmail.com
Fixes homepage sponsor aspect ratios
1 file changed with 2 insertions and 0 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -139,24 +139,26 @@ $homepage-block-min-height: 480px;
 
      max-width: 300px;
 
      width: 100%;
 
      height: 100%;
 

	
 
      // Center the icon horizontally and vertically
 
      text-align: center;
 
      line-height: ($sponsor-height - 5px);
 
      vertical-align: middle;
 

	
 
      a img {
 
        max-width: 100%;
 
        max-height: 100%;
 
        width: auto;
 
        height: auto;
 
      }
 
    }
 

	
 
  }
 
}
 

	
 

	
 
.homepage-block-content {
 
  min-height: ($homepage-block-min-height - 80px);
 
}
 

	
 
/* ??? */
0 comments (0 inline, 0 general)