Banner width

main
Bob Mottram 2020-10-01 13:05:16 +01:00
parent 0ea42b6118
commit bdf280b1ac
1 changed files with 2 additions and 1 deletions

View File

@ -161,7 +161,8 @@ a:focus {
.timeline-banner {
background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.5)), url("banner.png");
height: 10%;
height: 15%;
width: 100vw;
background-position: center;
background-repeat: no-repeat;
background-size: cover;