Skip to content
Snippets Groups Projects
Commit cd1c6fc1 authored by Greg Fodor's avatar Greg Fodor
Browse files

Fix mobile touches not working

parent a74accf7
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ body {
position: relative;
margin-left: 32px;
flex: 1;
z-index: -1;
@media(max-width: $breakpoint) {
width: 100%;
......
......@@ -147,7 +147,9 @@ class SpokeLanding extends Component {
</div>
<div className={styles.secondaryTagline}>
<FormattedMessage id="spoke.secondary_tagline" />
<a href="/">Hubs</a>
<a style={{ fontWeight: "bold" }} href="/">
Hubs
</a>
</div>
<div className={styles.actionButtons}>
{!this.state.downloadClicked ? (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment