We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4156af commit 6477476Copy full SHA for 6477476
native-banner/src/styles/promoBannerStyles.js
@@ -3,7 +3,7 @@ import { StyleSheet } from "react-native";
3
export default StyleSheet.create({
4
/* Container */
5
promotion: {
6
- overflow: "hidden",
+ overflow: "auto",
7
maxWidth: 1440,
8
height: '100%',
9
width: '100%',
@@ -87,7 +87,7 @@ export default StyleSheet.create({
87
},
88
89
h2: {
90
- fontSize: 60,
+ fontSize: 34,
91
fontWeight: "900",
92
color: "#000",
93
paddingVertical: 16,
0 commit comments