vuepress-theme-uniapp-official 1.4.25 → 1.4.26

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vuepress-theme-uniapp-official",
3
- "version": "1.4.25",
3
+ "version": "1.4.26",
4
4
  "description": "uni-app official website theme for vuepress",
5
5
  "main": "index.js",
6
6
  "repository": {
package/styles/index.styl CHANGED
@@ -130,8 +130,10 @@ ul > li, p > a
130
130
 
131
131
  h1, h2, h3, h4, h5, h6
132
132
  {$contentClass}:not(.custom) > &
133
- margin-top 1rem - $navbarHeight
134
- padding-top $navbarHeight
133
+ $pd = 5.5rem
134
+ $mt = $pd - 1 - $navbarHeight
135
+ margin-top $mt
136
+ padding-top $pd
135
137
 
136
138
  &:first-child
137
139
  margin-top 3rem - $navbarHeight