Skip to content

Commit

Permalink
fix: adjust some positions
Browse files Browse the repository at this point in the history
  • Loading branch information
pengx17 committed Jul 27, 2021
1 parent 8fa7251 commit a3ac1cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/_blocks.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
.bullet-container {
width: 14px;
height: 14px;
transform: translateX(-1px);
transform: translateX(-1.5px);
}

.bullet-container .bullet {
Expand Down Expand Up @@ -112,6 +112,7 @@ a:hover > .bullet-container .bullet {
* Editing block threading
*************************/
.ls-block > div > div.items-center {
height: 26px !important;
position: relative;
}

Expand Down Expand Up @@ -186,7 +187,7 @@ div.items-center::after,
content: "";
top: 1em;
bottom: 0;
left: -17px;
left: -16px;
position: absolute;
border-left: 2px solid transparent;
}
Expand Down
2 changes: 1 addition & 1 deletion src/_fonts.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
}

:root {
--ct-text-size: 15px;
--ct-text-size: 16px;
--ct-line-height: 1.6;
--ls-font-family: "Source Sans 3 VF", "Source Han Sans VF", ui-sans-serif,
system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Expand Down

0 comments on commit a3ac1cb

Please sign in to comment.