Files
goose/documentation/src/components/HomepageFeatures/styles.module.css
Nahiyan Khan 95b5fd6d9e feat: landing page styles (#795)
Co-authored-by: Angie Jones <jones.angie@gmail.com>
2025-01-26 11:38:46 -06:00

37 lines
431 B
CSS

.features {
display: flex;
align-items: center;
padding: 2rem 0;
width: 100%;
}
.featureSvg {
height: 200px;
width: 200px;
}
.featureIcon {
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;
}