Skip to content

Commit

Permalink
reduce padding
Browse files Browse the repository at this point in the history
  • Loading branch information
Sk3pper committed Aug 19, 2024
1 parent e75a0be commit e6080d9
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: 80px;
padding-bottom: 90px;
padding-top: 40px;
padding-bottom: 40px;
}
}

Expand Down

0 comments on commit e6080d9

Please sign in to comment.