styled dl password input a bit
This commit is contained in:
parent
26a943939d
commit
c359678226
3 changed files with 24 additions and 21 deletions
|
@ -3,7 +3,7 @@ const assets = require('../../common/assets');
|
|||
|
||||
module.exports = function intro(state) {
|
||||
return html`
|
||||
<article class="flex flex-col items-center justify-center bg-white border border-grey-light p-2">
|
||||
<article class="flex flex-col items-center justify-center h-full bg-white border border-grey-light p-2">
|
||||
<p class="text-center">
|
||||
<div class="font-semibold">${state.translate('uploadPageHeader')}</div>
|
||||
<div class="italic">${state.translate('pageHeaderCredits')}</div>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue