summaryrefslogtreecommitdiff
path: root/css/dthompson.css
diff options
context:
space:
mode:
Diffstat (limited to 'css/dthompson.css')
-rw-r--r--css/dthompson.css7
1 files changed, 4 insertions, 3 deletions
diff --git a/css/dthompson.css b/css/dthompson.css
index 7bdd6a6..52fabf7 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;
@@ -128,7 +129,7 @@ nav a:visited {
.container {
margin-left: 14rem;
margin-right: 4rem;
- max-width: 52rem;
+ max-width: 60rem;
}
}