mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-18 03:10:58 +00:00
Remove margin from pre in code.scss since it's already set in reboot (#24366)
This commit is contained in:
parent
b21c822e50
commit
a89187f94d
1 changed files with 0 additions and 2 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue