Skip to content

Commit

Permalink
Remove some left over margins from the banner that was just removed (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
danny6167 authored Jun 23, 2024
1 parent 1c3c9f0 commit ce182cf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vuepress/theme/Layout.vue
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<template>
<div>
<div
class="theme-container mt-12"
class="theme-container"
:class="pageClasses"
@touchstart="onTouchStart"
@touchend="onTouchEnd"
Expand Down
2 changes: 1 addition & 1 deletion .vuepress/theme/styles/sidebar.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ $arrow-bg: #000;
}

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

Expand Down

0 comments on commit ce182cf

Please sign in to comment.