feat: justify text for french version

This commit is contained in:
Corentin 2024-05-22 22:04:54 +02:00
parent 2585f9cab2
commit 5eeb4ded1c
1 changed files with 7 additions and 0 deletions

View File

@ -5,6 +5,13 @@
<title>Frog Collective</title> <title>Frog Collective</title>
<link rel="stylesheet" href="/style.css"/> <link rel="stylesheet" href="/style.css"/>
<script type="module" src="/js/index.js"></script> <script type="module" src="/js/index.js"></script>
{% if context.current_language == "fr" %}
<style>
body {
text-align: justify;
}
</style>
{% endif %}
</head> </head>
<body> <body>
{% include "lib/nav.html" %} {% include "lib/nav.html" %}