diff options
Diffstat (limited to 'served/styles/post.css')
-rwxr-xr-x | served/styles/post.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/served/styles/post.css b/served/styles/post.css index 946336f..f7111dd 100755 --- a/served/styles/post.css +++ b/served/styles/post.css @@ -1,5 +1,5 @@ .sized { - --page-width: 34rem; + --page-width: 35rem; max-width: var(--page-width); margin: 0 auto; } |