mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-24 20:21:55 +00:00
Merge pull request #16623 from overleaf/mf-hero-homepage-video
[website-redesign] Add homepage hero video GitOrigin-RevId: c1cbeb00263d48d48674db84efb9cba970312de7
This commit is contained in:
parent
2f7400f197
commit
fc4807e500
2 changed files with 21 additions and 0 deletions
|
@ -507,6 +507,27 @@
|
|||
}
|
||||
}
|
||||
|
||||
.homepage-hero {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
height: 585px;
|
||||
|
||||
@media (max-width: @screen-sm-max) {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
video {
|
||||
box-shadow: 0px 60px 25px -15px rgba(16, 24, 40, 0.2);
|
||||
max-height: 100%;
|
||||
width: auto;
|
||||
|
||||
@media (max-width: @screen-sm-max) {
|
||||
width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.home-register-newsletter-checkbox {
|
||||
font-size: 0.75rem;
|
||||
margin-top: 10px;
|
||||
|
|
BIN
services/web/public/img/website-redesign/homepage-hero.mp4
Normal file
BIN
services/web/public/img/website-redesign/homepage-hero.mp4
Normal file
Binary file not shown.
Loading…
Reference in a new issue