diff options
Diffstat (limited to 'app/components/post')
| -rw-r--r-- | app/components/post/post.svelte | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/app/components/post/post.svelte b/app/components/post/post.svelte index 429dfd6..fad7628 100644 --- a/app/components/post/post.svelte +++ b/app/components/post/post.svelte @@ -19,10 +19,6 @@ <hr/> <style> - article, hr, aside { - grid-column: col-start 2 / span 11; - } - .post-meta > * { vertical-align: top; } |