Skip to content

Commit

Permalink
Add padding to normal text
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinDelille committed Mar 11, 2023
1 parent 1c31d35 commit 1531931
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ <h1>{{ page.title }}</h1>
{% if page.show_image and page.image %}
<img src="{{ page.image }}" alt="{{ page.title }}" class="featured">
{% endif %}
<div class="post-content">
<div class="normal post-content">
{{ content }}
</div>
</div>
{% include footer.html %}
</body>

</html>
</html>
1 change: 1 addition & 0 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ body {
.normal {
max-width: 65ch;
margin: 2rem auto;
padding: 0 1rem;
}

section {
Expand Down

0 comments on commit 1531931

Please sign in to comment.