Change padding of details boxes

This commit is contained in:
Thomas Dehaeze 2020-12-02 10:18:35 +01:00
parent 2d266366bb
commit 633b8e1037
2 changed files with 2 additions and 2 deletions

2
dist/style.css vendored

File diff suppressed because one or more lines are too long

View File

@ -3,7 +3,7 @@ details {
border: 1px solid $color-background-med;
border-radius: 3px;
margin-bottom: 1.0em;
padding: 12px 12px 0 12px;
padding: 12px;
pre.src {
margin-top: 12px;