Skip to content

Commit 8af7817

Browse files
committed
fix (#170): update home page with beta banner
1 parent eabae3b commit 8af7817

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/.vuepress/theme/components/Home.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export default {
144144
@import '@theme/styles/_settings.scss';
145145
146146
.hero {
147-
padding: 100px 40px 30px;
147+
padding: calc(100px + 3rem) 40px 30px; // add $betaBannerHeight
148148
149149
.inner {
150150
max-width: 1260px;

0 commit comments

Comments
 (0)