File diff d0ff77e395e9 → 018f3ead1a0f
static/scss/custom.scss
Show inline comments
...
 
@@ -591,48 +591,69 @@ footer .footer-copy {
 
    float: left !important;
 
  }
 

	
 
}
 

	
 
@media (max-width: 992px) and (min-width: 768px) {
 
  .nav > li > a {
 
    padding: 15px 7px;
 
  }
 
}
 

	
 
@media (max-width: 550px) {
 

	
 
}
 

	
 
@media (min-width: 992px) {
 
  .email-signup-panel {
 
    margin-top: 22px;
 
  }
 
}
 

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

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

	
 
}
 

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

	
 
body.login #content_body .row > div.col-md-9 > p + div.container {
 
  padding-left: 0px;
 
}
 

	
 
.homepage-vertical-space {
 
  height: 20px;
 
}
 

	
 

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

	
 

	
 
.speakers_ {
 
  text-align: center;
 
}
 

	
 
.speaker_ {
 
    font-size: x-large;
 
    margin-bottom: 0.5em;
 

	
 
    &.headline {
 
      font-size: xx-large;
 
    }
 
}
 

	
 

	
 
.speaker-description {
 
  font-size: smaller;
 
  display: block;
 
  font-variant: small-caps;
 
}