Skip to content

Commit

Permalink
πŸ› fix hero-illustration size
Browse files Browse the repository at this point in the history
  • Loading branch information
krmax44 committed Feb 23, 2024
1 parent 2b2366a commit ba90397
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions frontend/styles/components/misc.scss
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@ input.copy-text {
}
}

.img-sm,
.hero-illustration {
.img-sm {
--image-size: 5rem;
max-height: 5rem;
}

.img-lg {
.img-lg,
.hero-illustration {
--image-size: 12rem;

@include media-breakpoint-up(lg) {
Expand Down

0 comments on commit ba90397

Please sign in to comment.