diff options
| author | Ben Beltran <ben@nsovocal.com> | 2020-05-31 23:25:11 +0200 |
|---|---|---|
| committer | Ben Beltran <ben@nsovocal.com> | 2020-05-31 23:25:11 +0200 |
| commit | d92ac8ccf6516011bc40bff2b17ef0d0d766f9de (patch) | |
| tree | 70543365776109995e6103aacab82259bf1f2da2 /static | |
| parent | 5aabf12286e74aeb60b829d6401db8b17881a03f (diff) | |
Update dependencies + adapt code for them
Diffstat (limited to 'static')
| -rw-r--r-- | static/css/style.css | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/static/css/style.css b/static/css/style.css index c18e6fa..6c7fd1b 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -31,12 +31,14 @@ main { h1, h2, h3, h4 { margin: 1.414em 0 0.5em; font-weight: 400; + width: 100%; + max-width: 640px; } p, ul, ol, img { width: 100%; margin: 1.414em 0; - max-width: 30em; + max-width: 480px;; } ul, ol { margin-left: 1.414em; } |