summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--css/dthompson.css5
1 files changed, 3 insertions, 2 deletions
diff --git a/css/dthompson.css b/css/dthompson.css
index 7bdd6a6..1d1bc7d 100644
--- a/css/dthompson.css
+++ b/css/dthompson.css
@@ -40,9 +40,10 @@ a:visited {
pre {
font-family: "Inconsolata",monospace;
+ width: calc(100% - 1rem);
line-height: 110%;
- min-width: 100%;
- padding: 1rem;
+ overflow-x: auto;
+ padding: 0.5rem;
background-color: #222034;
color: #deeed6;
border-radius: 4px;