Skip to content

Commit

Permalink
Merge pull request #1437 from ita-social-projects/feature/issue-1011
Browse files Browse the repository at this point in the history
Styles fixed in news slider items on the Main page
  • Loading branch information
mythter authored Sep 30, 2024
2 parents 457cc71 + c3d32ee commit 5c4c608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const NewsSliderItem = ({ news, image }: Props) => {
className="newsPageImg"
alt={image?.imageDetails?.alt ?? 'news'}
/>
) : <></>}
) : <> </>}
</div>
<div className="newsSlideText">
<div className="newsContainer">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@
padding: 0;
font-size: f.pxToRem(15px);

.cardTextContainerText * {
font-size: f.pxToRem(15px);
font-weight: 300;
}

&TopPart{
gap: f.pxToRem(10px);
}
Expand Down

0 comments on commit 5c4c608

Please sign in to comment.