diff options
| author | unwox <me@unwox.com> | 2024-11-21 12:20:32 +0600 |
|---|---|---|
| committer | unwox <me@unwox.com> | 2024-11-21 12:28:27 +0600 |
| commit | 05351c539603d699394a2f523634ab373162ec12 (patch) | |
| tree | 7c0cc8c7cb01664962ae7e1b7f6fd446f75e05fd /static | |
| parent | 56cd7f285ac9b28d44292e78c3363e0d81b05aa5 (diff) | |
make the container thinner
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index b7b1683..912b809 100644 --- a/static/style.css +++ b/static/style.css @@ -15,7 +15,7 @@ h1, h2, h3, h4, h5, h6 { } .container { - max-width: 82.5rem; + max-width: 68rem; margin: 0 auto; } @@ -167,7 +167,6 @@ h1, h2, h3, h4, h5, h6 { } .text { - max-width: 50rem; display: block; margin: 0; } |
