mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-10 13:56:11 +10:00
1. Refine ExtendPageDataOption, simplify the implmentation 2. Introduce LayoutDistributor as the unique route layout entry 3. Inject layout components to LayoutDistributor 4. Register layout components located at themedir/layouts 5. Reorganize the default theme's structure
10 lines
180 B
Stylus
10 lines
180 B
Stylus
$wrapper
|
|
max-width $contentWidth
|
|
margin 0 auto
|
|
padding 2rem 2.5rem
|
|
@media (max-width: $MQNarrow)
|
|
padding 2rem
|
|
@media (max-width: $MQMobileNarrow)
|
|
padding 1.5rem
|
|
|