Skip to content

Commit

Permalink
#220 header text is no longer cut off on the right hand side on small…
Browse files Browse the repository at this point in the history
… screens
  • Loading branch information
dangerdak committed Nov 30, 2017
1 parent 033b3cb commit 6b64166
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/views/partials/header.hbs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<div class="z-9999 main-background--solid pa3 f2 tracked tc relative pl5 pr5">
<div class="z-9999 main-background--solid pa3 f2-ns f3 tracked tc relative pl5 pr5">
{{ pageTitle }}{{#if logoutButton}}{{>logout}}{{/if}}
</div>
2 changes: 1 addition & 1 deletion src/views/partials/logout.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<form class="absolute top-0 right-1" method="post" action="/logout">
<button class="pa1 bn bg-transparent w3 h3" type="submit" value="logout">
<button class="pa1 bn bg-transparent w3-ns w2" type="submit" value="logout">
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path class="icon" d="M8 10v-5l8 7-8 7v-5h-8v-4h8zm2-8v2h12v16h-12v2h14v-20h-14z"/></svg>
</button>
</form>

0 comments on commit 6b64166

Please sign in to comment.