Skip to content

Commit

Permalink
Added CSS min function to determine which is smaller 100% of containe…
Browse files Browse the repository at this point in the history
…r width or 582px (#846)

A user complained that the banner was making the event page not responsive. - https://secure.helpscout.net/conversation/2389694143/1033842?folderId=7599856
  • Loading branch information
dr-bizz authored Oct 19, 2023
1 parent 02e0057 commit e2491d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/styles/user-registration.scss
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,6 @@ body.user-registration {
padding-bottom: 25px;
}
img {
max-width: 582px;
max-width: min(582px, 100%);
}
}

0 comments on commit e2491d2

Please sign in to comment.