Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Apply correct size for brainly tutor small logo #2062

Merged
merged 4 commits into from
Jun 19, 2021
Merged

Conversation

coderitual
Copy link
Contributor

Summary

This logo had some default sizing which didn't fit correctly. On webpage it was fine because svg kept correct aspect ratio but resulted in unexpected clearance area. In sketch library this looked just bad.

image

Fix

For this specific case we align to width: 134px for mobile and 180px above.

Screenshot 2021-06-17 at 12 41 42
Screenshot 2021-06-17 at 12 41 53

Copy link
Contributor

@matzimowski matzimowski left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@coderitual coderitual requested a review from matikrk June 17, 2021 10:51
@@ -11,7 +11,7 @@ $includeHtml: false !default;
height: $logoDefaultHeight;
width: $logoDefaultWidth;

@include sgBreakpoint(medium-up) {
@include sgResponsive(md) {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I know you, you're bug. sasstools/sass-lint#80

@coderitual coderitual merged commit fb50c05 into master Jun 19, 2021
@coderitual coderitual deleted the ms/fix-logo branch June 19, 2021 09:39
@coderitual coderitual restored the ms/fix-logo branch June 19, 2023 09:29
@coderitual coderitual deleted the ms/fix-logo branch June 19, 2023 09:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants