style
This commit is contained in:
@@ -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,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user