Skip to content

Commit 7028d9f

Browse files
committed
fixing minor news image css
1 parent 2ea1a40 commit 7028d9f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/engage/news/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,12 +211,12 @@ const NewsPage: React.FC<PageProps<DataProps>> = ({ data }) => {
211211
</Stack>
212212
</Stack>
213213
</Grid>
214-
<Grid item md={3} >
214+
<Grid item md={3} sx={{ minHeight: '200px'}} >
215215
<Box
216216
sx={{
217217
// backgroundColor: 'neutral.main',
218218
borderRadius: '0 10px 10px 0',
219-
width: '100%',
219+
height: '100%',
220220
overflow: 'hidden',
221221
pointerEvents: 'none',
222222
}}

0 commit comments

Comments
 (0)