Skip to content

Commit

Permalink
Remove text justification
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Feb 27, 2024
1 parent cfeaef9 commit 6920052
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _layouts/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<h1>{{ page.title }}</h1>

<div class="justify-text">
<div>
{{ content }}
</div>

Expand Down
2 changes: 1 addition & 1 deletion _layouts/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ <h1 class="post-header--title">{{ page.title }}</h1>
{% endif %}
</div>

<div class="post-content justify-text">
<div class="post-content">
{{ content }}
</div>
5 changes: 0 additions & 5 deletions _sass/tallneck/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,6 @@
}
}

.justify-text {
text-align: justify;
word-spacing: -2px;
}

.content-width {
max-width: $content-width;
margin-left: auto;
Expand Down

0 comments on commit 6920052

Please sign in to comment.