diff --git a/theme/src/client/components/PostItem.vue b/theme/src/client/components/PostItem.vue index 517919ce..e9cdef6a 100644 --- a/theme/src/client/components/PostItem.vue +++ b/theme/src/client/components/PostItem.vue @@ -139,12 +139,6 @@ const createTime = computed(() => } } -@media (min-width: 1200px) { - .post-item { - margin-left: 0; - } -} - .post-meta { display: flex; flex-wrap: wrap;