phongdt:fix layout article #5

Merged
Ghost merged 1 commits from phongdt into main 2024-06-03 08:20:59 +00:00
2 changed files with 5 additions and 4 deletions
Showing only changes of commit 6bf22ee747 - Show all commits
@@ -18,15 +18,15 @@
&.full-size-page {
width: 100%;
}
.full-size-layout {
/* .full-size-layout {
padding-left: 20px;
padding-right: 20px;
}
} */
}
.layout_container {
padding-top: 40px;
padding-bottom: 40px;
/* padding-top: 40px;
padding-bottom: 40px; */
&.center-layout {
max-width: 1300px;
@@ -7,6 +7,7 @@ const _props = defineProps<{
const definedDynamicPage: Record<string, any> = {
'Home' : HomeBasic,
'Article': HomeBasic
}
const getCurrentTemplate = computed(() => {