Changeset - 5d691ca05d0f
[Not reviewed]
0 1 0
Joshua Simmons - 7 years ago 2017-08-21 03:06:45
i@joshuasimmons.name
max width on sponsor images
1 file changed with 1 insertions and 0 deletions:
0 comments (0 inline, 0 general)
static/scss/custom.scss
Show inline comments
...
 
@@ -279,12 +279,13 @@ $homepage-block-min-height: 480px;
 
.djangogirls-background {
 
  background-image: url("../images/django-girls-2014.jpg");
 
}
 

	
 
.sponsor-list a img {
 
  width: 100%;
 
  max-width: 300px;
 
}
 

	
 
.sponsor-list {
 
  margin-top: 1em;
 
}
 

	
0 comments (0 inline, 0 general)