fix: center

This commit is contained in:
Maxime RICHARD 2024-05-23 15:55:00 +02:00
parent 671639862c
commit b789fad149

View File

@ -20,9 +20,15 @@ export const About: React.FC<AboutProps> = (props) => {
style={{ style={{
flex: 1, flex: 1,
paddingHorizontal: 20, paddingHorizontal: 20,
justifyContent: "center",
}} }}
> >
<View style={{ alignItems: "center", marginVertical: 20 }}> <View
style={{
alignItems: "center",
marginVertical: 20,
}}
>
<Text <Text
style={{ style={{
fontWeight: "bold", fontWeight: "bold",