Skip to content

Commit

Permalink
最大幅・中央揃えを設定
Browse files Browse the repository at this point in the history
  • Loading branch information
takusea committed Mar 5, 2024
1 parent cdd1b5f commit 5a9dead
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/template/HelpLibraryPolicySection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,8 @@ const selectCharacterInfo = (index: DetailKey | undefined) => {
flex-direction: column;
padding: vars.$padding-2;
gap: vars.$gap-1;
max-width: 960px;
margin: auto;
}
.title {
Expand Down
2 changes: 2 additions & 0 deletions src/components/template/HelpMarkdownViewSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,5 +44,7 @@ onMounted(async () => {
.inner {
padding: vars.$padding-2;
max-width: 960px;
margin: auto;
}
</style>
2 changes: 2 additions & 0 deletions src/components/template/HelpOssLicenseSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ const selectLicenseIndex = (index: number | undefined) => {
flex-direction: column;
padding: vars.$padding-2;
gap: vars.$gap-1;
max-width: 960px;
margin: auto;
}
.title {
Expand Down
2 changes: 2 additions & 0 deletions src/components/template/HelpUpdateInfoSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,8 @@ const props =
.inner {
padding: vars.$padding-2;
max-width: 960px;
margin: auto;
}
.info {
Expand Down

0 comments on commit 5a9dead

Please sign in to comment.