commit
8f2559f780
@ -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)
|
||||
|
@ -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 {
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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;
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user