Skip to content

Commit 4a6da9c

Browse files
authored
Merge pull request #314 from nginxinc/zero-out-cb
Update reset to include `pre` tag for code block
2 parents e3f2517 + 6018863 commit 4a6da9c

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

assets/css/v2/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,18 @@ h2,
2424
h3,
2525
h4,
2626
p,
27+
pre,
2728
figure,
2829
blockquote,
2930
dl,
3031
dd {
3132
margin-block-end: 0;
3233
}
3334

35+
pre {
36+
margin-block-start: 0;
37+
}
38+
3439
/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
3540
ul[role="list"],
3641
ol[role="list"] {

0 commit comments

Comments
 (0)