feat: landing page styles (#795)

Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
Nahiyan Khan
2025-01-26 12:38:46 -05:00
committed by GitHub
parent 03f87e2b57
commit 95b5fd6d9e
13 changed files with 298 additions and 39 deletions

View File

@@ -14,3 +14,23 @@
height: 32px;
width: 32px;
}
.videoContainer {
width: 100%;
overflow: hidden;
margin-bottom: 100px;
position: relative;
}
.video {
width: 100%;
height: auto;
display: block;
outline: none;
}
.video + .video {
position: absolute;
top: 0;
left: 0;
}