summaryrefslogtreecommitdiffhomepage
path: root/website/_sass/front.scss
blob: f1b0605600e168f62999c3f8be778fa225771f96 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
.jumbotron {
  background-image: url(/assets/images/background_1080p.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-blend-mode: darken;
  background-color: rgba(0, 0, 0, 0.3);

  p {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: 300;
    font-size: 24px;
    line-height: 30px;
  }
}