Skip to content

Commit

Permalink
Convert topbar title to anchor linking to /conversations
Browse files Browse the repository at this point in the history
  • Loading branch information
sethlu committed Sep 13, 2017
1 parent 47fb27f commit 4d615b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -417,10 +417,10 @@ <h2>Link to articles</h2>
<!-- Begin main -->
<header class="topbar-container app-header">
<div class="topbar" data-ica-width-multiple="300">
<div class="topbar-title-complex">
<a class="topbar-title-complex" href="/conversations" data-ica-for-view="conversations">
<h1 class="title">Many-to-Many</h1>
<p class="subtitle">Rethinking the Ethnographic Archive</p>
</div>
</a>
<nav>
<ul>
<li><a href="/conversations" data-ica-for-view="conversations">Explore Conversations</a></li>
Expand Down
1 change: 1 addition & 0 deletions styles/_topbar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
}

.topbar-title-complex {
display: block;
flex: 0 0 auto;
margin: 0 auto 0 0;
padding: 0.5em 1.25em 0.5em 0;
Expand Down

0 comments on commit 4d615b3

Please sign in to comment.