-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Style fixes for bugs #26 #28 #31 #36
Conversation
.who-we-are { | ||
background-image: url(../images/WhoWeAre/who-we-are-no-belt.svg); | ||
background-position: right; | ||
background-size: 1620px; | ||
background-size: 1415px; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you not use background-size: cover;
or 100%
here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We want the background-size to be the same for all screen sizes showing that image so that the height doesn't have to grow.
LGTM |
Fixed issues #26 #28 #31