Skip to content

Commit dedc041

Browse files
committed
fix code block border-radius
1 parent 8df5c07 commit dedc041

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/landing/src/app/markdown.css

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ th, td {
1111
padding: 6px 13px;
1212
}
1313

14-
14+
pre {
15+
border-radius: 10px;
16+
}

0 commit comments

Comments
 (0)