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

Inconsistent alignment of images between README and markojs website #6

Open
newyork-anthonyng opened this issue Jun 18, 2017 · 0 comments

Comments

@newyork-anthonyng
Copy link
Contributor

See screenshots below:

Notice how the screenshots of the components are center-aligned in the README.md, but not on the markojs website.

I think it's easier to read when the images are center-aligned. Should we update this?


I believe the solution would be wrapping the marko-js calls with a <p /> tag.
For example, in this snippet
Before:

<!-- <color-picker-header color='#333745'/>() -->

After:

<!-- <p align="center"><color-picker-header color='#333745'/></p>() -->

From readme

from readme

From website

from website

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

No branches or pull requests

1 participant