Ver código fonte

Fixed Spacing between Headline and Image

Savio Fernando 1 ano atrás
pai
commit
355be5ed73

+ 2 - 2
components/organisms/Cards/HorizontalNewsCardVariant.js

@@ -74,12 +74,12 @@ const styles = StyleSheet.create({
 
   },
   textContainer: {
-    width: "65%",
+    width: "60%",
     height: '100%',
 
     justifyContent: 'center',
     gap: fonts.getSize(12),
-
+    marginRight:"5%"
   },
   headline: {
     fontFamily: fonts.type.semibold,