Skip to content

Commit

Permalink
resize padding maldevacademy image
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk3pper committed Aug 19, 2024
1 parent e6080d9 commit 790e740
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions assets/styles/override.scss
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ html[data-theme='dark'] {
transform: scale(1.9); /* Adjust the scale value to zoom in */
transform-origin: center; /* Set the origin of the zoom to the center of the image */
@include media('<=small') {
padding-top: 40px;
padding-bottom: 40px;
padding-top: 20px;
padding-bottom: 20px;
}
}

Expand Down

0 comments on commit 790e740

Please sign in to comment.