feat: justify text for french version
This commit is contained in:
parent
2585f9cab2
commit
5eeb4ded1c
|
|
@ -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" %}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue