Skip to content

Commit 74766d4

Browse files
committed
fix spacing for small screen sizes
1 parent 2dba641 commit 74766d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compounds/RequestItem/RequestItem.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ const RequestItem = React.forwardRef(({ createdAt, description, href, img, index
2424
<TextBox text={description} />
2525
</div>
2626
</div>
27-
<div className='status bg-light-3 p-2 rounded'>
27+
<div className='status bg-light-3 p-2 rounded mt-4 mt-md-0'>
2828
<Badge
2929
backgroundColor={backgroundColor}
3030
text={text}

0 commit comments

Comments
 (0)