Skip to content

Commit

Permalink
Fix blockquote display
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonamaya82 committed Feb 20, 2024
1 parent 24ef373 commit f402b20
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sass/base/typography/_copy.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ i {
}

blockquote {
display: flex;
background-color: $color__white;
border-left: 3px solid $color__primary;
box-shadow: 0px 1px 8px rgba($color__black, 0.25);
Expand Down

0 comments on commit f402b20

Please sign in to comment.