소스 검색

Fixed Spacing between Headline and Image

Savio Fernando 1 년 전
부모
커밋
355be5ed73
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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,