Change background image on the main page
This commit is contained in:
parent
f591cb5f2f
commit
63b1b72e88
Binary file not shown.
After Width: | Height: | Size: 155 KiB |
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue