puffier signin button et al

This commit is contained in:
Danny Coates 2019-02-22 12:00:39 -08:00
parent e19c711548
commit 08dc5fa23b
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
4 changed files with 4 additions and 4 deletions

View file

@ -28,7 +28,7 @@ class Header extends Component {
`;
return html`
<header
class="relative flex-none flex flex-row items-center justify-between w-full px-6 h-16 z-20 bg-transparent"
class="relative flex-none flex flex-row items-center justify-between w-full px-6 h-16 md:h-24 z-20 bg-transparent"
>
${title} ${this.account.render()}
</header>