mirror of
https://github.com/aljazceru/goose.git
synced 2025-12-18 14:44:21 +01:00
feat: landing page styles (#795)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user