forked from fr/deguapp
Fix: responsivity
This commit is contained in:
parent
2d06e0fb12
commit
41f52e67d3
@ -170,12 +170,11 @@ const styles = StyleSheet.create({
|
|||||||
container: {
|
container: {
|
||||||
width: "100%",
|
width: "100%",
|
||||||
height: "100%",
|
height: "100%",
|
||||||
justifyContent: "center",
|
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
|
display: "flex",
|
||||||
},
|
},
|
||||||
form: {
|
form: {
|
||||||
alignItems: "center",
|
alignItems: "center",
|
||||||
paddingTop: "10%",
|
|
||||||
gap: 15,
|
gap: 15,
|
||||||
width: "80%",
|
width: "80%",
|
||||||
},
|
},
|
||||||
@ -212,7 +211,7 @@ const styles = StyleSheet.create({
|
|||||||
color: colors.white,
|
color: colors.white,
|
||||||
fontSize: 24,
|
fontSize: 24,
|
||||||
textAlign: "center",
|
textAlign: "center",
|
||||||
paddingTop: "3%",
|
|
||||||
paddingBottom: "3%",
|
paddingBottom: "3%",
|
||||||
|
paddingTop: "10%",
|
||||||
},
|
},
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user