diff options
author | June McEnroe <june@causal.agency> | 2020-07-10 09:38:46 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-07-10 09:38:46 -0400 |
commit | bc8b57c001c05f20579b0fdd6c75e26ee6255ffc (patch) | |
tree | 7eba86206c297425e55d8fdf5b7299600b6a9a76 /default.css | |
parent | Add default stylesheet (diff) | |
download | scooper-bc8b57c001c05f20579b0fdd6c75e26ee6255ffc.tar.gz scooper-bc8b57c001c05f20579b0fdd6c75e26ee6255ffc.zip |
Serve stylesheet separately, with caching
Diffstat (limited to '')
-rw-r--r-- | default.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/default.css b/default.css index 7465c01..edd2af3 100644 --- a/default.css +++ b/default.css @@ -1,3 +1,8 @@ html { font-family: monospace; } + +body { + max-width: 130ch; + margin: auto; +} |