Change background image on the main page

This commit is contained in:
coolneng 2020-06-25 21:15:05 +02:00
parent f591cb5f2f
commit 63b1b72e88
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 2 additions and 2 deletions

BIN
src/static/cover.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 155 KiB

View File

@ -134,7 +134,7 @@ main {
text-align: center; text-align: center;
color: white; color: white;
background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('https://www.pepperconstruction.com/sites/default/files/images/pmc1.jpg'); background-image: linear-gradient(rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0.5)), url('cover.jpg');
background-size: cover; background-size: cover;
background-position: center center; background-position: center center;
background-repeat: no-repeat; background-repeat: no-repeat;
@ -155,7 +155,7 @@ main {
} }
#calendar { #calendar {
max-width: 700px; max-width: 600px;
margin: auto; margin: auto;
margin-top: 60px; margin-top: 60px;
} }