Closed Kotpes closed 4 years ago
Previous post link should be moved probably to after the post content
Post content could be wider
atm, it has a className="page grid--5col" which ends up being:
className="page grid--5col"
grid-column: 2 / span 5;
changing it to
grid-column: 1 / span 6;
will make sure it takes up all available space
also, for .header--pageTitle changing
.header--pageTitle
grid-column: 2 / span 4;
to
will make sure it takes all available space
Mobile styles issues
Previous post link should be moved probably to after the post content
Post content could be wider
atm, it has a
className="page grid--5col"
which ends up being:changing it to
will make sure it takes up all available space
also, for
.header--pageTitle
changingto
will make sure it takes all available space