Skip to content

Commit

Permalink
Align certificates to the left on contact us page (#571)
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSoroka07 authored Nov 19, 2024
1 parent 2409042 commit 914e883
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/CertificationCard/CertificateCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,10 @@
justify-content: center;
width: 100%;
margin-top: 40px;

@include m.breakpoint(v.$desktop-sm) {
justify-content: start;
}
}

&__link {
Expand Down

0 comments on commit 914e883

Please sign in to comment.