fix: only justify paragraphs on french version
This commit is contained in:
parent
aaf5d9eda0
commit
d25b6e8e46
|
|
@ -7,7 +7,7 @@
|
|||
<script type="module" src="/js/index.js"></script>
|
||||
{% if context.current_language == "fr" %}
|
||||
<style>
|
||||
body {
|
||||
p {
|
||||
text-align: justify;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in New Issue