diff options
| author | Owen Jacobson <owen@grimoire.ca> | 2024-02-21 23:43:59 -0500 |
|---|---|---|
| committer | Owen Jacobson <owen@grimoire.ca> | 2024-02-21 23:43:59 -0500 |
| commit | 57eb35939f02cedef1bc6833cf029da34d956d11 (patch) | |
| tree | 66828ca3beaba337dcc9d4262cee22ce445ac623 /static | |
| parent | cdc1ab6edb241e9fb973eff28ae5ff370d805222 (diff) | |
Start styling - make the columns a readable width.
Diffstat (limited to 'static')
| -rw-r--r-- | static/site.css | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/static/site.css b/static/site.css new file mode 100644 index 0000000..ae2d464 --- /dev/null +++ b/static/site.css @@ -0,0 +1,5 @@ +body { + max-width: 40em; + margin-left: auto; + margin-right: auto; +} |
