Explorar el Código

Fixed Spacing between Headline and Image

Savio Fernando hace 1 año
padre
commit
355be5ed73
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      components/organisms/Cards/HorizontalNewsCardVariant.js

+ 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,