SSLOps, LunchEvent pg to match design team+style

This commit is contained in:
Emily Liu
2020-10-21 15:35:35 -04:00
parent 6f75ac5260
commit 10462ff55b
7 changed files with 143 additions and 24 deletions
+16
View File
@@ -29,6 +29,22 @@ const styles = StyleSheet.create({
alignSelf:'flex-end',
marginTop:'-3%',
marginRight:'-3%'
},
title1: {
fontSize: 28,
fontWeight: 'bold',
},
link: {
fontSize: 28,
textDecorationLine: 'underline',
textDecorationStyle: "solid",
textDecorationColor: "#000",
},
infoContainer: {
backgroundColor: 'white',
borderRadius: 6,
padding: 5,
marginBottom: 10,
}
});