diff options
author | Mikhail Kirillov <w96k@runbox.com> | 2024-10-30 19:28:16 +0400 |
---|---|---|
committer | Mikhail Kirillov <w96k@runbox.com> | 2024-10-30 19:28:16 +0400 |
commit | 7922fc9d93e10389938390a16774f766e32d40d9 (patch) | |
tree | 213a250f46c339d8e72cb8d5092618045a11d28f | |
parent | 0e7db91586c9e068f5aded6637a7e14604992323 (diff) |
Delete unused css rule
-rw-r--r-- | public/css/custom.css | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/public/css/custom.css b/public/css/custom.css index cbc08bc..4c45b42 100644 --- a/public/css/custom.css +++ b/public/css/custom.css @@ -79,10 +79,6 @@ article h2 { filter: drop-shadow(0 12px 4px rgba(0,0,0,.25)); } -#preamble, #postamble { - overflow-x: scroll; -} - #preamble { max-width: calc(60ch + 6em); margin: var(--universal-margin); |