Skip to content

Commit d93f572

Browse files
committed
fix: blockquote stylingon consulting page
1 parent 25e127d commit d93f572

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

consulting.md

+9
Original file line numberDiff line numberDiff line change
@@ -198,3 +198,12 @@ Let's discuss your needs in a free 30-minute consultation. [Email me (chris@chri
198198

199199
[^1]: [Yoga mit Nicole](https://youtube.com/NicoleReiher) 4,000,000+ views
200200
[^2]: [Chris Spiegl](https://youtube.com/ChrisSpiegl) 4,600,000+ views
201+
202+
<style>
203+
blockquote:not(:last-of-type) {
204+
margin-bottom: 5rem;
205+
}
206+
blockquote:first-of-type {
207+
margin-top: 2rem;
208+
}
209+
</style>

0 commit comments

Comments
 (0)