diff --git a/_scss/_formatting.scss b/_scss/_formatting.scss index b79c19f..fe33878 100644 --- a/_scss/_formatting.scss +++ b/_scss/_formatting.scss @@ -25,18 +25,13 @@ code, pre { border-bottom: 2px solid #FAE3B0; } -code { - display: inline; -} - .date { font-size: 0.8em; } @media only screen and (min-width: 600px) { code, pre { - display: inline; - max-width: 18cm; + max-width: 100%; } } @@ -46,6 +41,10 @@ code { max-width: 100%; overflow: auto; } + + code { + max-width: 75%; + } } p code {