We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c153a59 commit d48d1baCopy full SHA for d48d1ba
1 file changed
src/Page/OpportunitiesHub/CertificationList.jsx
@@ -193,14 +193,14 @@ const CertificationCardComponent = ({
193
font-weight: normal;
194
font-style: normal;
195
}
196
- `}
+ `}
197
</style>;
198
199
const StyledcertificationListContainer = styled.div`
200
display: flex;
201
flex-wrap: wrap;
202
justify-content: center;
203
- gap: 0.5rem; /* Decreased gap */
+ gap: 0.5rem;
204
padding: 1rem;
205
206
@media (min-width: 768px) {
0 commit comments