Skip to content

Commit

Permalink
fix badge certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk3pper committed Aug 11, 2024
1 parent 52ea550 commit bfee3a6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions assets/styles/override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ html[data-theme='dark'] {
.certificate-badge{
// padding-left: 2rem;
// padding-right: 2rem;

@include media('>=medium') {
width: 200%; // Adjust this percentage as needed
height: auto; // Maintain aspect ratio
}

@include media('<=small') {
width: 50%; // Adjust this percentage as needed
Expand Down

0 comments on commit bfee3a6

Please sign in to comment.