Skip to content

Commit

Permalink
working with Bullet Threading plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
henices committed Apr 19, 2023
1 parent 4820c78 commit 6b70b8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/code/base.css
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Base Settings
/* Setting up the container view */
#main-content-container, .sidebar-item {
border-radius: var(--cl-border-max);
margin: 0px 0px 10px 5px;
margin: 0px 0px 5px 5px;
box-shadow: var(--box-shadow-med);
border: 0px solid var(--ls-border-color);
padding-bottom: 1rem !important;
Expand Down Expand Up @@ -424,7 +424,7 @@ Typography Settings

/* Adjust padding between each block to give them a little breathing room */
.ls-block {
padding: 2px 10px;
padding: 2px 10px 2px 0px;
}


Expand Down

0 comments on commit 6b70b8d

Please sign in to comment.