diff options
author | David Thompson <dthompson2@worcester.edu> | 2024-07-09 16:29:49 -0400 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2024-07-09 16:29:49 -0400 |
commit | 3a06876f1c66908d77da410560461117e40c651a (patch) | |
tree | a0703f02d5188d7d117caad77245426d2bb9bcdb /css | |
parent | 6a3e86878391b67adbac00b289700b4866dea4c5 (diff) |
Increase container width on large screens to fit ~80 code chars.
Diffstat (limited to 'css')
-rw-r--r-- | css/dthompson.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/css/dthompson.css b/css/dthompson.css index 1d1bc7d..52fabf7 100644 --- a/css/dthompson.css +++ b/css/dthompson.css @@ -129,7 +129,7 @@ nav a:visited { .container { margin-left: 14rem; margin-right: 4rem; - max-width: 52rem; + max-width: 60rem; } } |