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

Bug: Inconsistent formatting of tutorial listings on tutorials page #295

Closed
terichadbourne opened this issue Sep 5, 2019 · 0 comments · Fixed by #298
Closed

Bug: Inconsistent formatting of tutorial listings on tutorials page #295

terichadbourne opened this issue Sep 5, 2019 · 0 comments · Fixed by #298
Assignees
Labels
bug Something isn't working

Comments

@terichadbourne
Copy link
Member

The first three tutorials listed at https://proto.school/#/tutorials have the same alignment at each other, as they should, but the last one is skinnier and further right. Let's figure out how to make the last one behave. :)

image

@dominguesgm This might be a nice issue to use as an excuse to start poking around in the Vue project that generates the website (the repo you're in now). Some clues:

This view for https://proto.school/#/tutorials is generated by the Tutorials page compononent (as instructed in the router) (), which loops through those tutorials listed under "all" in courses.json, finds their detail in tutorials.json, and displays them using the Tutorial component.

Although CSS occasionally lives at the bottom of a Vue file for a specific component, we are almost always using exclusively Tachyons for our CSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants