This commit is contained in:
2025-10-07 10:25:30 +02:00
parent a5a5806c7c
commit 0c9e9f5f56
3 changed files with 21 additions and 11 deletions
+2 -1
View File
@@ -296,7 +296,7 @@ const Home = () => {
<View
style={{
position: "absolute",
bottom: isWeb ? 180 : 120,
bottom: isWeb ? 180 : 140,
flexDirection: isWeb ? "row" : "column",
gap: 5,
alignSelf: "center",
@@ -360,5 +360,6 @@ const styles = StyleSheet.create({
carouselSection: {
width: "100%",
flex: 1,
marginBottom: 40,
},
});