1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-19 15:45:33 -04:00

layout fixes

This commit is contained in:
2019-04-02 11:10:50 -04:00
parent 70762aa471
commit a3f17b1517
8 changed files with 36 additions and 30 deletions

View File

@@ -700,8 +700,13 @@ body#notes div#content blockquote {
body#notes div#content code {
font-family: monospace;
background: #f4f4f4;
padding: 0.2em;
border: 1px solid #cccccc;
font-size: 16px;
}
body#notes div#content pre code {
padding: 1em 1.5em;
font-size: 15px;
line-height: 1.6;
page-break-inside: avoid;
border: 1px solid #ddd;