Skip to content

Commit

Permalink
Update style.css
Browse files Browse the repository at this point in the history
css updated
  • Loading branch information
margregorioschurch authored Jan 3, 2025
1 parent edf28d0 commit 0511837
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -359,11 +359,16 @@ h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{

#calendar {
max-width: 1100px;
min-height:430px;
margin:20px auto;
background: #feffeb;
min-height: 430px;
margin: 20px auto;
background: url(../img/World-Earth-PNG-Photos.png) no-repeat;
background-size: contain;
border-radius: 2px;
border:1px solid #bc451d;
background-attachment: fixed;
}

.fc-view-harness fc-view-harness-active {
background: #b7d6de9e;
}

#calendar h2 {
Expand Down

0 comments on commit 0511837

Please sign in to comment.