diff options
Diffstat (limited to 'website/_sass/front.scss')
-rw-r--r-- | website/_sass/front.scss | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/website/_sass/front.scss b/website/_sass/front.scss deleted file mode 100644 index f1b060560..000000000 --- a/website/_sass/front.scss +++ /dev/null @@ -1,17 +0,0 @@ -.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; - } -} |