Skip to content

Commit

Permalink
base.scss: add additional padding to stop bullet point crop fixes #494
Browse files Browse the repository at this point in the history
  • Loading branch information
philli-m authored and fuzzylogic2000 committed Nov 15, 2022
1 parent 70f6226 commit 52e9c83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions digitalstrategie/assets/scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,7 @@ h4,
h5 {
overflow: visible; // overwrite of berlin auto
}

.text ul {
padding-left: 2.5rem !important; // ensure bullet points not cut off
}

0 comments on commit 52e9c83

Please sign in to comment.