File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change 23
23
height : 100% ;
24
24
object-fit : cover ;
25
25
border-radius : 10px ;
26
- grid-column : span 6 ;
27
26
@include tablet {grid-column : span 12 ;}
28
27
@include phone-portrait {
29
28
grid-column : span 12 ;
Original file line number Diff line number Diff line change @@ -65,7 +65,7 @@ const Articles = () => {
65
65
< Text size = "medium" className = "mgb24" > { truncateText ( article . excerpt , 25 ) } </ Text >
66
66
< ButtonSecondary iconUrl = { arrowRight } newPage = { true } size = "large" to = { "https://blog.lunatech.com" + article . slug } > < Trans i18nKey = "buttonReadMore" /> </ ButtonSecondary >
67
67
</ div >
68
- < div className = 'blog__cover' >
68
+ < div className = 'blog__cover col-lg-6 ' >
69
69
< img src = { article . image_url } alt = { article . title } />
70
70
</ div >
71
71
</ div >
You can’t perform that action at this time.
0 commit comments