Skip to content

Commit 4ecadcf

Browse files
committed
tutorials alignment issues fixed.
1 parent 65133a8 commit 4ecadcf

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/Footer.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
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;

src/templates/page.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)