Skip to content

Commit

Permalink
adjust badge certificats when the screen is small
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk3pper committed Aug 11, 2024
1 parent 0bd559c commit 756e937
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions assets/styles/override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,14 @@ body {

#home {
padding-top: 5rem !important;
}

.certificate-badge{
padding-left: 2rem;
padding-right: 2rem;

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

0 comments on commit 756e937

Please sign in to comment.