Merge pull request #183 from chfree/patch-1

修改页面宽度为contentWidth变量
This commit is contained in:
reco_luan 2020-05-29 23:48:22 +08:00 committed by GitHub
commit 8f2559f780
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 5 additions and 5 deletions

View File

@ -238,7 +238,7 @@ function flatten (items, res) {
padding-bottom 2rem
display block
.page-title
max-width: 740px;
max-width: $contentWidth;
margin: 0 auto;
padding: 1rem 2.5rem;
color var(--text-color)

View File

@ -108,7 +108,7 @@ export default {
<style lang="stylus" scoped>
@require '../styles/mode.styl'
.categories-wrapper
max-width: 740px;
max-width: $contentWidth;
margin: 0 auto;
padding: 4.6rem 2.5rem 0;
.category-wrapper {

View File

@ -103,7 +103,7 @@ export default {
<style lang="stylus" scoped>
@require '../styles/mode.styl'
.tag-wrapper
max-width: 740px;
max-width: $contentWidth;
margin: 0 auto;
padding: 4.6rem 2.5rem 0;

View File

@ -92,7 +92,7 @@ export default {
<style lang="stylus" scoped>
.tags-wrapper
max-width: 740px;
max-width: $contentWidth
margin: 0 auto;
padding: 4.6rem 2.5rem 0;

View File

@ -58,7 +58,7 @@ export default {
@require '../styles/wrapper.styl'
.timeline-wrapper
max-width: 740px;
max-width: $contentWidth;
margin: 0 auto;
padding: 4.6rem 2.5rem 0;
.timeline-content