loogart / impact-canada

Canadian Government's Privy Council's Office Impact Canada website.
https://loogart.github.io/impact-canada/
0 stars 0 forks source link

Jumbotron button bg color #4

Closed loogart closed 5 years ago

loogart commented 5 years ago

The right side of the rounded button is cut off a bit. to fix: set the background color to #469EE1

main .btn-primary { **background-color: #469EE1;** border-color: #335075; }

djsutter commented 5 years ago

I could not reproduce but added the fix anyway.