Prechádzať zdrojové kódy

Fixed Spacing between Headline and Image

Savio Fernando 1 rok pred
rodič
commit
355be5ed73

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

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