diff --git a/screens/HomeScreen.tsx b/screens/HomeScreen.tsx index 9952447..2a04cc3 100644 --- a/screens/HomeScreen.tsx +++ b/screens/HomeScreen.tsx @@ -14,8 +14,8 @@ const styles = StyleSheet.create({ flex: 1, }, filmCard: { - width: 310, - height: 450, + width: '80%', + height: '60%', justifyContent:'center', marginLeft:'auto', marginRight:'auto',