hasura / gatsby-gitbook-starter

Generate GitBook style modern docs/tutorial websites using Gatsby + MDX
https://hasura.io/learn/graphql/react/introduction/
MIT License
983 stars 378 forks source link

center the previous/next arrow vertically #84

Closed na3shkw closed 3 years ago

na3shkw commented 3 years ago

The previous/next arrow was not centered vertically. This PR fix it using display: flex. align-items: center is inherited from .previousBtn or .nextBtn. difference of arrow position before and after modification