From 914e8837175b3da01f4512a0150c5774b16749ff Mon Sep 17 00:00:00 2001 From: Viktor Soroka Date: Tue, 19 Nov 2024 02:59:10 +0200 Subject: [PATCH] Align certificates to the left on contact us page (#571) --- src/components/CertificationCard/CertificateCard.scss | 4 ++++ 1 file changed, 4 insertions(+) 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 {