diff options
author | gennyble <gen@nyble.dev> | 2024-12-17 08:56:16 -0600 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2024-12-17 08:56:16 -0600 |
commit | 7ad63700224f7278c2264cb2312bc795323625a5 (patch) | |
tree | 1fb585db10e14086374528d90c9310d72f7c5682 /served/styles/post.css | |
parent | 88c79031efd681aaf96c2148de52221baadc1fb7 (diff) | |
download | ∞-7ad63700224f7278c2264cb2312bc795323625a5.tar.gz ∞-7ad63700224f7278c2264cb2312bc795323625a5.zip |
with misses in html
Diffstat (limited to 'served/styles/post.css')
-rwxr-xr-x | served/styles/post.css | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/served/styles/post.css b/served/styles/post.css index f7111dd..b0a4d5e 100755 --- a/served/styles/post.css +++ b/served/styles/post.css @@ -1,7 +1,5 @@ .sized { - --page-width: 35rem; - max-width: var(--page-width); - margin: 0 auto; + max-width: var(--pwidth); } #navtree { @@ -14,10 +12,6 @@ gap: 1rem; } -body { - line-height: 1.5; -} - p { margin: 1.25rem 0; } \ No newline at end of file |