diff --git a/src/screens/welcome.tsx b/src/screens/welcome.tsx index f1d8ab4..59f8aae 100644 --- a/src/screens/welcome.tsx +++ b/src/screens/welcome.tsx @@ -8,10 +8,10 @@ const WelcomeScreen = (properties: { selectStorageLocation: () => void }) => { + style={[styles.bigMarginBottom, styles.centerText]}> Welcome to Terminally Online! - diff --git a/src/styles.tsx b/src/styles.tsx index 06f9c54..55e9159 100644 --- a/src/styles.tsx +++ b/src/styles.tsx @@ -14,6 +14,12 @@ const styles = StyleSheet.create({ marginBottom: { marginBottom: verticalScale(5), }, + bigMarginBottom: { + marginBottom: verticalScale(25), + }, + extremeMarginBottom: { + marginBottom: verticalScale(100), + }, padding: { padding: '5%', },