diff options
Diffstat (limited to 'brutalist.css')
-rw-r--r-- | brutalist.css | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/brutalist.css b/brutalist.css index 0df9da5..6c1e426 100644 --- a/brutalist.css +++ b/brutalist.css @@ -2,6 +2,10 @@ body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; } +div { + max-width: 80%; +} + pre { padding: 1em; background-color: #eee; @@ -70,4 +74,4 @@ th { th { background-color: #222; } -}
\ No newline at end of file +} |