File diff a05d391aa06d → c00ff7543509
static/scss/custom.scss
Show inline comments
...
 
@@ -186,12 +186,24 @@ $homepage-block-min-height: 480px;
 

	
 

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

	
 

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

	
 

	
 
.homepage-block-bloop {
 
  min-height: 120px;
 
}
 

	
 

	
 

	
 
/* ??? */
 
.homepage-block-footer {
 

	
 
}
 

	
 
.homepage-block.light {
...
 
@@ -301,13 +313,13 @@ $homepage-block-min-height: 480px;
 
  bottom: 0;
 
  background-repeat: no-repeat;
 
  width: 100%;
 
  height: 100%;
 
}
 

	
 
.floop {
 
.grey-gradient {
 

	
 
  background-size: 100%;
 
  background-position: bottom;
 
  background-repeat: no-repeat;
 
  width: 100%;
 
  height: 50%;
...
 
@@ -473,13 +485,13 @@ span.date {
 
    height: 80px;
 
  }
 
}
 

	
 
footer .footer-copy {
 
  margin-left: 1em;
 
  
 

 
  p {
 
    font-size: 16px;
 
  }
 
}
 

	
 
@media (max-width: 1200px) and (min-width: 992px) {
...
 
@@ -519,14 +531,24 @@ footer .footer-copy {
 
@media (min-width: 992px) {
 
  .email-signup-panel {
 
    margin-top: 22px;
 
  }
 
}
 

	
 
.homepage-title {
 
  font-weight: 600;
 
}
 

	
 
.homepage-subtitle {
 
  font-size: $font-size-h3;
 
  line-height: 1.25;
 
  font-weight: 300;
 

	
 
  .wrap-break {
 
    display: inline-block;
 
  }
 
}
 

	
 
.navbar-toggle {
 
  background-color: $gray-lighter;
 
  font-size: 10px;
 
}