Skip to content

Commit

Permalink
change to text left
Browse files Browse the repository at this point in the history
  • Loading branch information
Noxmox6 committed Dec 29, 2024
1 parent 6df6cb6 commit d891a15
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/scripts/v1/text-article.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ export const TextArticle = (probs) => {
<span class="counter"></span>
</div>
<div class="column">
<p class="has-text-justified">
<strong>${probs.strongText}</strong>: <span>${probs.description}</span>
<p class="has-text-left">
<strong>${probs.strongText}:</strong> <span>${probs.description}</span>
</p>
</div>
</article>
Expand Down

0 comments on commit d891a15

Please sign in to comment.