Commit a89187f9 authored by Andres Galante's avatar Andres Galante Committed by XhmikosR
Browse files

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

parent b21c822e
Showing with 0 additions and 2 deletions
+0 -2
...@@ -42,8 +42,6 @@ kbd { ...@@ -42,8 +42,6 @@ kbd {
// Blocks of code // Blocks of code
pre { pre {
display: block; display: block;
margin-top: 0;
margin-bottom: 1rem;
font-size: $code-font-size; font-size: $code-font-size;
color: $pre-color; color: $pre-color;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment