mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-11 21:35:32 +00:00
Remove min height in intro section.
This commit is contained in:
parent
5c294785e3
commit
10e48de913
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue