Skip to content
This repository has been archived by the owner on Oct 16, 2024. It is now read-only.

Commit

Permalink
Merge pull request #118 from iterative/show-docs-mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
yathomasi authored Jun 30, 2022
2 parents 99e54a7 + 790fe9d commit bc3e0ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/components/NavBar/index.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
display: flex;
align-items: center;
padding: 8px 16px;
justify-content: center;

@media (--md-scr) {
padding: 8px 32px;
Expand Down
8 changes: 7 additions & 1 deletion src/components/NavBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,13 @@ const NavBar: React.FC = () => {
by <span>iterative.ai</span>
</SmartLink>
<div className={styles.nav__links}>
<SmartLink href="/doc" className={styles.nav__link}>
<SmartLink
href="/doc"
className={styles.nav__link}
style={{
display: 'flex'
}}
>
Docs
</SmartLink>
<SmartLink
Expand Down

0 comments on commit bc3e0ac

Please sign in to comment.