Skip to content

Commit

Permalink
fix: section.section padding
Browse files Browse the repository at this point in the history
  • Loading branch information
peaceiris committed Dec 11, 2020
1 parent da93028 commit 814ffd7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions assets/theme/scss/bulma.scss
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ h2 {
border-bottom: solid 2px $grey;
}

section.section {
padding: 1.5rem 1.5rem;
}

pre {
margin: 1rem 0rem;
}
Expand Down

Large diffs are not rendered by default.

0 comments on commit 814ffd7

Please sign in to comment.