ReactFinland / site

React Finland site
https://react-finland.fi/
17 stars 17 forks source link

Blog post style issues on mobile #75

Closed Kotpes closed 4 years ago

Kotpes commented 4 years ago

Mobile styles issues

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

    image
  2. 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