Skip to content

Commit a89187f

Browse files
andresgalanteXhmikosR
authored andcommitted
Remove margin from pre in code.scss since it's already set in reboot (twbs#24366)
1 parent b21c822 commit a89187f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scss/_code.scss

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,6 @@ kbd {
4242
// Blocks of code
4343
pre {
4444
display: block;
45-
margin-top: 0;
46-
margin-bottom: 1rem;
4745
font-size: $code-font-size;
4846
color: $pre-color;
4947

0 commit comments

Comments
 (0)