fix: only justify paragraphs on french version

This commit is contained in:
Corentin 2024-05-22 23:04:44 +02:00
parent aaf5d9eda0
commit d25b6e8e46
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
<script type="module" src="/js/index.js"></script>
{% if context.current_language == "fr" %}
<style>
body {
p {
text-align: justify;
}
</style>