From 689201bfbde5bd48b001bfa2b54db6a1d5a4aa81 Mon Sep 17 00:00:00 2001
From: Conor <hzk@konor.fr>
Date: Wed, 26 Oct 2022 16:12:35 +0000
Subject: [PATCH] feat: Add French translation (#221)

---
 assets/styles/base.scss |    9 ++++++---
 1 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/assets/styles/base.scss b/assets/styles/base.scss
index 2b3d907..8bd97ef 100644
--- a/assets/styles/base.scss
+++ b/assets/styles/base.scss
@@ -10,11 +10,14 @@
 html {
   scroll-behavior: smooth;
   &:lang(ar) {
-    & p, & h1, & h2, & h3, article {
+    & p, & h1, & h2, & h3, article, header {
       direction: rtl;
       text-align: right;
     }
   }
+  & footer > p {
+    text-align: center !important;
+  }
 }
 
 .singlePage {
@@ -224,7 +227,7 @@
 
   & > li {
     display: inline-block;
-    margin: 0.4em 0;
+    margin: 0.4em 0.2em;
   }
 
   & > li > a {
@@ -585,7 +588,7 @@
     margin: 0.25rem 0;
   }
 
-  & > .meta {
+  & .meta {
     margin-top: 0.25rem;
     opacity: 0.5;
     font-family: var(--font-mono);

--
Gitblit v1.10.0