website stylesheet: added pre margin-bottom: 20px.

this improves rendering of literal code paragraphs.
This commit is contained in:
Brett Randall 2020-09-07 14:27:36 +10:00 committed by rofl0r
parent a8848d4bd8
commit 559faf7957

View File

@ -173,6 +173,7 @@ pre, code {
pre {
width: 100%;
padding: 10px;
margin-bottom: 20px;
box-shadow: 0 0 10px rgba(0,0,0,.1);
overflow: auto;
}