Skip to content

Commit

Permalink
Add small line beside blockquotes
Browse files Browse the repository at this point in the history
  • Loading branch information
olliebennett committed Jun 26, 2024
1 parent 8d4189b commit 8a7873c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions app/assets/stylesheets/application.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,11 @@
width: 25px;
}

blockquote {
border-left: 1px solid lightgrey;
padding-left: 5px;
}

@media (min-width: 992px) {
.header-text {
font-size: 2em;
Expand Down

0 comments on commit 8a7873c

Please sign in to comment.