gvisor/website/_sass/front.scss

18 lines
374 B
SCSS
Raw Normal View History

.jumbotron {
background-image: url(/assets/images/background_1080p.jpg);
background-position: center;
background-repeat: no-repeat;
background-size: cover;
2020-04-28 07:39:29 +00:00
background-blend-mode: darken;
background-color: rgba(0, 0, 0, 0.3);
p {
2020-04-28 07:39:29 +00:00
color: #fff;
margin-top: 0;
margin-bottom: 0;
font-weight: 300;
font-size: 24px;
line-height: 30px;
}
}