12 lines
152 B
SCSS
12 lines
152 B
SCSS
.main-content {
|
|
margin-top: 50px;
|
|
line-height: 1.5em;
|
|
}
|
|
|
|
pre {
|
|
font-size: .8em;
|
|
}
|
|
|
|
.CodeRay .code pre * {
|
|
background: transparent !important;
|
|
}
|