Responsive

This commit is contained in:
nguyen van thai
2024-07-08 17:38:54 +07:00
parent 76b2fa4771
commit 08ad924483
8 changed files with 253 additions and 119 deletions
@@ -51,6 +51,7 @@ const LAYOUT_PARSE = computed(() => {
<style lang="scss" scoped>
.page_container {
// padding: 20px 0;
&.full-size-page {
width: 100%;
}
@@ -65,6 +66,7 @@ const LAYOUT_PARSE = computed(() => {
&.center-layout {
max-width: 1385px;
padding: 0 12px;
margin: auto;
}
}