File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 .helpfull {
2525 display : flex ;
2626 justify-content : center ;
27+ padding-bottom : 2.5rem ;
2728 @media (max-width : 576px ) {
2829 display : block ;
2930 justify-content : inherit ;
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ export default ({ data, pageContext }) => {
6161 </ nav >
6262 < nav className = "flex-auto flex items-center" >
6363 < nav className = "flex w-4/5" >
64- < div className = "flex items-stretch font-bold ml-20" >
64+ < div className = "flex items-stretch font-semibold ml-20" >
6565 < a className = "btn btn-ghost btn-sm pr-2 rounded-btn" href = { '/docs/' } >
6666 Docs
6767 </ a >
@@ -120,7 +120,7 @@ export default ({ data, pageContext }) => {
120120 < div className = "pagination_buttons" >
121121 < div className = { prev ? 'flex justify-between' : 'overflow-hidden' } >
122122 { prev && (
123- < div className = "footer_prev " >
123+ < div className = "prev_button " >
124124 < Link to = { prev . url } >
125125 < span > Previous</ span >
126126 < svg stroke = "" fill = "#78757a" strokeWidth = "0"
You can’t perform that action at this time.
0 commit comments