diff --git a/src/components/CertificationCard/CertificateCard.scss b/src/components/CertificationCard/CertificateCard.scss index 781cf4ce8..ca4171056 100644 --- a/src/components/CertificationCard/CertificateCard.scss +++ b/src/components/CertificationCard/CertificateCard.scss @@ -43,6 +43,10 @@ justify-content: center; width: 100%; margin-top: 40px; + + @include m.breakpoint(v.$desktop-sm) { + justify-content: start; + } } &__link {