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

Blog post style issues on mobile #75

Closed
Kotpes opened this issue Dec 4, 2019 · 0 comments
Closed

Blog post style issues on mobile #75

Kotpes opened this issue Dec 4, 2019 · 0 comments

Comments

@Kotpes
Copy link

Kotpes commented Dec 4, 2019

Mobile styles issues

  1. Previous post link should be moved probably to after the post content

image

  1. Post content could be wider

image

atm, it has a className="page grid--5col" which ends up being:

grid-column: 2 / span 5;

changing it to

grid-column: 1 / span 6;

will make sure it takes up all available space

  1. Title could use some margin at the top

image

also, for .header--pageTitle changing

grid-column: 2 / span 4;

to

grid-column: 1 / span 6;

will make sure it takes all available space

@bebraw bebraw closed this as completed in 020ca3c Dec 4, 2019
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