From ddef316ab867e69e81c6fab07f0c975407426823 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Thu, 12 May 2022 09:40:43 -0400 Subject: [PATCH] Fix code formatting?? --- _scss/_formatting.scss | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) 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 {