Skip to content

Commit d48d1ba

Browse files
committed
v2
1 parent c153a59 commit d48d1ba

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/Page/OpportunitiesHub/CertificationList.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,14 +193,14 @@ const CertificationCardComponent = ({
193193
font-weight: normal;
194194
font-style: normal;
195195
}
196-
`}
196+
`}
197197
</style>;
198198

199199
const StyledcertificationListContainer = styled.div`
200200
display: flex;
201201
flex-wrap: wrap;
202202
justify-content: center;
203-
gap: 0.5rem; /* Decreased gap */
203+
gap: 0.5rem;
204204
padding: 1rem;
205205
206206
@media (min-width: 768px) {

0 commit comments

Comments
 (0)