Skip to content

Commit

Permalink
fix: chevron css bug
Browse files Browse the repository at this point in the history
  • Loading branch information
ncomerci committed Sep 21, 2023
1 parent 3136236 commit fedec75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Home/OpenProposal.css
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
.OpenProposal__TextContainer,
.OpenProposal__Section,
.OpenProposal__Title {
width: 100%;
width: calc(100% - 10px);
}

@media (min-width: 992px) {
Expand Down

0 comments on commit fedec75

Please sign in to comment.