Remove min height in intro section.

This commit is contained in:
Paulo Reis 2017-03-08 16:04:15 +00:00
parent 5c294785e3
commit 10e48de913

View file

@ -126,14 +126,12 @@
background-size: cover;
background-position: center;
background-color: @rfp-rp-blue-darker;
min-height: 100vh;
padding-top: @rfp-header-height;
.rfp-lead {
opacity: 0;
transition: opacity 0.8s ease;
}
&.rfp-section-masthead-in {
min-height: none;
.rfp-lead {
opacity: 1;
}