aboutsummaryrefslogtreecommitdiff
path: root/app/components/post
diff options
context:
space:
mode:
authorBen Beltran <ben@nsovocal.com>2020-03-22 11:53:13 -0600
committerBen Beltran <ben@nsovocal.com>2020-03-22 11:53:13 -0600
commit3841606684ee3d233266ad490905076a3562842c (patch)
tree407adde62e5181cae2b0d3611bc6c18c00a20d67 /app/components/post
parent00a6e8aa8dd06f8a2bd7ccccdccfcb6215cf4841 (diff)
Remove server
Diffstat (limited to 'app/components/post')
-rw-r--r--app/components/post/post.svelte4
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;
}