Skip to content

Commit aca66a9

Browse files
committed
Fix blockquotes on blog
1 parent a9bbe37 commit aca66a9

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

assets/title.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,15 @@ table.table-dark th {
104104
padding-right: 8vw;
105105
}
106106

107+
.section.content blockquote {
108+
font-size: 1.2rem;
109+
margin-bottom: 0;
110+
}
111+
112+
.section.content blockquote + :not(blockquote) {
113+
margin-top: 15px;
114+
}
115+
107116
.section.content table.table {
108117
font-size: 1rem;
109118
}

0 commit comments

Comments
 (0)