-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#220 header text is no longer cut off on the right hand side on small…
… screens
- Loading branch information
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |