Added tweak to announcements and json for url of CMS

This commit is contained in:
M10T
2020-08-13 18:55:10 -04:00
parent 4b14f130cc
commit e663cc9a95
6 changed files with 18 additions and 11 deletions
+7
View File
@@ -14,6 +14,13 @@ const styles = StyleSheet.create({
title: {
fontSize: 32,
},
date: {
fontSize:12,
marginBottom:'-3%',
alignSelf:'flex-end',
marginTop:'-3%',
marginRight:'-3%'
}
});
export default styles;