Skip to content

Commit

Permalink
fix: Change in image order
Browse files Browse the repository at this point in the history
  • Loading branch information
RahatAli authored and RahatAli committed Jan 19, 2024
1 parent da84ee6 commit 54ab16f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lms/static/certificates/sass/_sdaia-template.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ img {
}

&.sdaia-academy-logo {
margin-right: 19px;
@include margin-right(19px);

@include media-breakpoint-down(sm) {
width: 150px;
}

@include media-breakpoint-down(xs) {
margin-right: auto;
@include margin-right(auto);
}
}
}
Expand Down

0 comments on commit 54ab16f

Please sign in to comment.