Skip to content

Commit

Permalink
fix css typos
Browse files Browse the repository at this point in the history
  • Loading branch information
sirodoht committed Jun 22, 2024
1 parent 10cfbbc commit 085bdcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main/templates/assets/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ nav a:hover { text-decoration: underline; }
#herobg {
margin: auto;
padding: 100px 0 160px;
background: url({% static '/img/park.png' %}) no-repeat center / contain;
background: url("{% static '/img/park.png' %}") no-repeat center / contain;
}
@media (max-width: 1600px) {
#herobg { padding: 0 0 160px; background-size: cover; }
Expand Down Expand Up @@ -303,7 +303,7 @@ nav a:hover { text-decoration: underline; }
text-align: center;
padding: 32px 0 48px;
}
#newsletter form { margin: auto; center; max-width: 448px; }
#newsletter form { margin: auto; max-width: 448px; }
#newsletter input {
width: 100%;
font-size: 18px;
Expand Down

0 comments on commit 085bdcd

Please sign in to comment.