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

fix(bctheme): BCTHEME-18 Cornerstone - Text logos truncated when view… #1717

Merged
merged 2 commits into from
Jul 13, 2020

Conversation

BC-tymurbiedukhin
Copy link
Contributor

…ed on mobile devices and smaller browser sizes

What?

Using Cornerstone, text logos are being cut off on mobile devices and smaller window sizes.
Now logo is responsive due to depending on vw.

Tickets / Documentation

https://jira.bigcommerce.com/browse/BCTHEME-18

Screenshots (if appropriate)

responsive-text-logo.mov video is attached to the ticket

ping @golcinho @yurytut1993 @bc-alexsaiannyi @junedkazi

…ed on mobile devices and smaller browser sizes
@bigbot
Copy link

bigbot commented Jul 9, 2020

Autotagging @bigcommerce/storefront-team @davidchin

Comment on lines 74 to 75
margin-right: auto;
margin-left: auto;
Copy link
Contributor

Choose a reason for hiding this comment

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

can we replace it to
margin: 0 auto; ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@@ -65,11 +68,14 @@
> a {
Copy link
Contributor

Choose a reason for hiding this comment

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

Can we replace tag selector on class selector? I know that is not part of your ticket, but if it is fast - will be great

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done

@junedkazi junedkazi merged commit 49f53f1 into bigcommerce:master Jul 13, 2020
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.

None yet

5 participants