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>
|
<script type="module" src="/js/index.js"></script>
|
||||||
{% if context.current_language == "fr" %}
|
{% if context.current_language == "fr" %}
|
||||||
<style>
|
<style>
|
||||||
body {
|
p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue