From b789fad149b280ae332927effed5e96ff35f9442 Mon Sep 17 00:00:00 2001
From: Maxime RICHARD <maxime.richard2@etu.unistra.fr>
Date: Thu, 23 May 2024 15:55:00 +0200
Subject: [PATCH] fix: center

---
 presentation/react-native/components/About.tsx | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/presentation/react-native/components/About.tsx b/presentation/react-native/components/About.tsx
index fb5f2d4..2a280ca 100644
--- a/presentation/react-native/components/About.tsx
+++ b/presentation/react-native/components/About.tsx
@@ -20,9 +20,15 @@ export const About: React.FC<AboutProps> = (props) => {
       style={{
         flex: 1,
         paddingHorizontal: 20,
+        justifyContent: "center",
       }}
     >
-      <View style={{ alignItems: "center", marginVertical: 20 }}>
+      <View
+        style={{
+          alignItems: "center",
+          marginVertical: 20,
+        }}
+      >
         <Text
           style={{
             fontWeight: "bold",
-- 
GitLab