Skip to content

Commit

Permalink
Fixes padding on diary template
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmerfield committed Aug 30, 2021
1 parent 053ca2a commit 939e69c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/templates/latest/diary/style.css
Expand Up @@ -24,7 +24,7 @@ body {
background: {{background_color}};
word-wrap: break-word;
margin: 0;
padding: 0;
padding: 0 0.75rem;
}

.clear {width: 100%;clear: both;float: none;display: block;height: 0}
Expand Down

0 comments on commit 939e69c

Please sign in to comment.