added wide layout
This commit is contained in:
parent
7838ad586d
commit
211404237a
9 changed files with 23 additions and 19 deletions
|
@ -3,7 +3,7 @@ const account = require('./account');
|
|||
|
||||
module.exports = function(state, emit) {
|
||||
const header = html`
|
||||
<header class="flex-none flex flex-row items-center bg-white w-full px-4 h-12 shadow-md justify-between">
|
||||
<header class="flex-none flex flex-row items-center justify-between bg-white w-full px-4 h-12 md:shadow-md">
|
||||
<a
|
||||
class="header-logo"
|
||||
href="/">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue