Remove margin from pre in code.scss since it's already set in reboot (#24366)

This commit is contained in:
Andres Galante 2017-10-20 04:33:56 -03:00 committed by XhmikosR
parent b21c822e50
commit a89187f94d
1 changed files with 0 additions and 2 deletions

View File

@ -42,8 +42,6 @@ kbd {
// Blocks of code
pre {
display: block;
margin-top: 0;
margin-bottom: 1rem;
font-size: $code-font-size;
color: $pre-color;