Skip to content

Commit

Permalink
Merge pull request #612 from PavelKopecky/patch-1
Browse files Browse the repository at this point in the history
Fix gradient size
  • Loading branch information
MartinKolarik authored Dec 6, 2023
2 parents 0a16468 + 934757e commit dcce74e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/assets/less/components/landing-bottom.less
Original file line number Diff line number Diff line change
Expand Up @@ -557,8 +557,9 @@
right: 0;
position: absolute;
width: 1003px;
height: 472px;
height: 100%;
background: url("../../img/landing/new/dev-friendly/dev-friendly-gradient.svg") no-repeat;
background-size: cover;
}
}

Expand Down

0 comments on commit dcce74e

Please sign in to comment.