Skip to content

Commit ce182cf

Browse files
authored
Remove some left over margins from the banner that was just removed (#588)
1 parent 1c3c9f0 commit ce182cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.vuepress/theme/Layout.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<div>
33
<div
4-
class="theme-container mt-12"
4+
class="theme-container"
55
:class="pageClasses"
66
@touchstart="onTouchStart"
77
@touchend="onTouchEnd"

.vuepress/theme/styles/sidebar.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ $arrow-bg: #000;
66
}
77

88
@apply .fixed .left-0 .bottom-0 .bg-white .overflow-auto .border-r .border-grey-lighter .py-8;
9-
top: calc(3rem + 56px);
9+
top: 56px;
1010
width: 20rem;
1111
font-size: 15px;
1212

0 commit comments

Comments
 (0)