Skip to content

Commit 3cfd919

Browse files
committed
Fix display issue on mobile devices
1 parent f72e79f commit 3cfd919

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/layouts/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export default ({ children }) => (
3939
<Header fullscreen={location.pathname === '/'}>
4040
<h1>
4141
<Link to="/">
42-
<span style={{ whiteSpace: 'nowrap' }}>
42+
<span>
4343
<Icon /> {site.siteMetadata.title}
4444
</span>
4545
</Link>

0 commit comments

Comments
 (0)