diff options
-rw-r--r-- | style.scss | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -3,10 +3,15 @@ //@import "bootstrap"; @import "/usr/share/javascript/bootswatch/slate/bootstrap.min.css"; -#backlinks { +.breadcrumb { display: none; } +.jumbotron { + background-image: url('water-768745_1920.jpg'); + background-position: center center; +} + // fill width and height - with black edges as needed .videocontainer { position: absolute; |