have a efault unknown banner

master
Dirk Heilig 2024-01-31 15:24:53 +01:00
parent 957e8ebf79
commit df62148259
3 changed files with 4 additions and 1 deletions

View File

Before

Width:  |  Height:  |  Size: 130 KiB

After

Width:  |  Height:  |  Size: 130 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 82 KiB

View File

@ -252,7 +252,7 @@ a.external:after {
/* .header-wrapper, .footer { width: 100vw; } */
.header {
/*background-image: url("/img/banner.png");*/
background-image: url("/img/banner.jpg");
background-image: url("/img/banner_unknown.jpg");
background-size: cover;
background-repeat: no-repeat;
background-position-x: center ;
@ -261,6 +261,9 @@ a.external:after {
.door_open .header{
background-image: url("/img/banner_open.jpg");
}
.door_closed .header{
background-image: url("/img/banner_closed.jpg");
}
.header-wrapper,
.footer {
width: 90vw;