Skip to content

Commit

Permalink
Fix vignette borders on mobile display
Browse files Browse the repository at this point in the history
  • Loading branch information
skydread1 committed Aug 14, 2023
1 parent 95ae603 commit 5f425ac
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions resources/public/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -698,6 +698,15 @@ footer .contact-icons img {
.vignette {
margin: 0;
text-align: left;
background: none;
border: none;
background-color: var(--bg-primary-color);
border-top-style: solid;
border-top-width: 1px;
border-top-color: var(--text-primary-color);
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: var(--text-primary-color);
}
}

Expand Down

0 comments on commit 5f425ac

Please sign in to comment.