Skip to content

Commit

Permalink
website/community: stretch background so it covers on larger screens (#…
Browse files Browse the repository at this point in the history
…4405)

Fixes #4402.

Signed-off-by: Michael Sorens <msorens@styra.com>
  • Loading branch information
msorens committed Mar 4, 2022
1 parent 180ecb3 commit 495cdee
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/website/static/css/community.css
Expand Up @@ -27,11 +27,13 @@

.support-bg {
width: 100%;
height: 100%;
background-color: #5687e5;
background-image: url("../img/cloudAll.png"), url("../img/homebg.png");
background-attachment: fixed, scroll;
background-position: right top;
background-repeat: no-repeat;
background-size: cover;
}

.support-content {
Expand Down

0 comments on commit 495cdee

Please sign in to comment.