Files
nginxconfig.io/resources/scss/_codes.scss
Matt (IPv4) Cowley e40c2edfa0 Update footer & styling (#127)
* Add DO to footer & update styling

* Fix a DO body styling issue whilst we're here

* Fix another issue from DO styling
2019-11-19 22:19:26 +01:00

24 lines
371 B
SCSS

main .file .code,
section.steps .commands {
overflow-x: auto;
font-size: 0.75rem;
line-height: 1.25;
background-color: #f8f8f8;
border: 1px solid #e8e8e8;
pre {
padding: 0;
margin-bottom: 0;
font-size: inherit;
code {
display: block;
padding: 8px 8px 12px;
-moz-tab-size: 4;
tab-size: 4;
overflow: visible;
overflow-x: visible;
}
}
}