GC Specific changes

This commit is contained in:
2021-10-13 07:17:52 +01:00
parent 1aee4c053f
commit abcb3740ad
19 changed files with 64 additions and 13 deletions

8
public/app.css vendored
View File

@@ -1,5 +1,5 @@
.view {
background: url("/slides/06.png")no-repeat center center;
background: url("/slides/homepage.jpg")no-repeat center center;
background-size: cover;
}
@@ -29,3 +29,9 @@ header,
.view {
height: 100%;
}
.jumbotron-header {
height: 200px;
width: 100%;
margin-bottom: 20px;
}