Skip to content

Commit 98b251a

Browse files
committed
Upgraded to stable version of VuePress 1
Also had to update some styles that had disappeard somewhere.
1 parent 0f2e446 commit 98b251a

File tree

3 files changed

+93
-126
lines changed

3 files changed

+93
-126
lines changed

docs/.vuepress/styles/index.styl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ html, body {
2323
.navbar {
2424
background-color: $navbarBg;
2525
border: none;
26+
position: sticky;
27+
top: 0;
2628
.links {
2729
background-color: transparent;
2830
}
@@ -32,6 +34,12 @@ html, body {
3234
background-color: $sidebarBg;
3335
}
3436

37+
.content__default {
38+
max-width: 60em;
39+
margin: 0 auto;
40+
padding: 0 4%;
41+
}
42+
3543
// Custom blocks
3644
.custom-block {
3745
background-color $c-purple-light

0 commit comments

Comments
 (0)