create-broadcast-app
Version:
Create a NextGen TV broadcast app with one command
50 lines (41 loc) • 776 B
CSS
/**
* Copyright (c) 2017-present, Facebook, Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
.heroBanner {
padding: 2.5rem 0;
text-align: center;
position: relative;
overflow: hidden;
}
.heroBannerLogo {
max-width: 170px;
max-height: 170px;
}
@media screen and (max-width: 966px) {
.heroBanner {
padding: 2rem;
}
}
.getStarted {
display: flex;
align-items: center;
justify-content: center;
}
.features {
display: flex;
align-items: center;
padding: 4rem 0;
width: 100%;
}
.featureImage {
margin: 0 auto;
}
.gettingStartedSection {
background-color: #f7f7f7;
}
html[data-theme='dark'] .gettingStartedSection {
background-color: #33363b;
}