Skip to content

Commit

Permalink
chore: remove style and rename document-driven class
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jun 29, 2022
1 parent 711eced commit 8bf9154
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/runtime/pages/document-driven.vue
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ useContentHead(page)
</script>

<template>
<div class="document-driven-content">
<div class="document-driven-page">
<ContentRenderer v-if="page" :key="page._id" :value="page">
<template #empty="{ value }">
<DocumentDrivenEmpty :value="value" />
Expand All @@ -16,9 +16,3 @@ useContentHead(page)
<DocumentDrivenNotFound v-else />
</div>
</template>

<style>
.document-driven-content {
padding: 1rem;
}
</style>

0 comments on commit 8bf9154

Please sign in to comment.