Skip to content

Commit

Permalink
feat: remove #main-content-container top margin
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed May 9, 2021
1 parent 42fe20e commit 92c624f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +117,10 @@ html[data-theme="dark"] {
background: var(--ct-background);
}

#main-content-container {
margin-top: 0 !important;
}

/* bullet dropdown menu */

.bg-base-3 {
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ My [Logseq](https://logseq.com) theme based on the work of @PiotrSss's [clean-th
The easiest way to adopt this theme is to use jsDelivr CDN and add it to your `custom.css`

```css
@import url('https://cdn.jsdelivr.net/gh/pengx17/logseq-laurel-theme@1.3.0/custom.css');
@import url('https://cdn.jsdelivr.net/gh/pengx17/logseq-laurel-theme@1.3.2/custom.css');
```

Alternatively, you may also install this theme as a Logseq Plugin
Expand Down

0 comments on commit 92c624f

Please sign in to comment.