Skip to content

Commit a3063f4

Browse files
committed
tweak blockquote style
1 parent b2b4a6d commit a3063f4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/routes/blog/posts/layout.svelte

+2-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
}
6262
.article :global(blockquote) {
6363
border-left: 0.5rem solid var(--color-primary);
64-
padding: 1rem;
64+
display: flex;
65+
padding-inline: min(4vw, 2rem);
6566
background-color: color-mix(in srgb, var(--color-primary) 10%, white);
6667
}
6768
.article :global(table) {

0 commit comments

Comments
 (0)