Skip to content

Commit

Permalink
Fix quote on small screen
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Feb 29, 2024
1 parent 20e3034 commit 91346c5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions _sass/tallneck/base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,10 @@ table {
blockquote {
margin-block-start: 1rem;
margin-block-end: 1rem;

margin-inline-start: 20px;
margin-inline-end: 20px;

padding: 0.5rem 1rem;

border-left: 5px solid var(--accent-primary);
Expand All @@ -150,5 +154,7 @@ blockquote {

& > blockquote {
border-left: 3px solid var(--accent-secondary);
margin-inline-start: 15px;
margin-inline-end: 15px;
}
}

0 comments on commit 91346c5

Please sign in to comment.