diff --git a/src/static/cover.jpg b/src/static/cover.jpg new file mode 100644 index 0000000..854fde7 Binary files /dev/null and b/src/static/cover.jpg differ diff --git a/src/static/style.css b/src/static/style.css index 5be9ae1..b402d12 100644 --- a/src/static/style.css +++ b/src/static/style.css @@ -134,7 +134,7 @@ main { text-align: center; 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-position: center center; background-repeat: no-repeat; @@ -155,7 +155,7 @@ main { } #calendar { - max-width: 700px; + max-width: 600px; margin: auto; margin-top: 60px; }