24
1
Fork 0

Fixed Chapril banner top position.

This commit is contained in:
Christian P. MOMON 2020-01-03 06:35:28 +01:00 committed by root
parent 0538e5cc3e
commit 6285f96f26
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@ class Promo extends Component {
createElement() {
return html`
<send-promo
class="send-promo w-full flex-row items-center content-center justify-center bg-white text-grey-80 px-4 py-3 flex border-b border-grey-banner leading-normal dark:bg-grey-90 dark:text-grey-20 dark:border-grey-80"
class="send-promo w-full flex-row items-center content-center justify-center bg-white text-grey-80 px-4 flex border-b border-grey-banner leading-normal dark:bg-grey-90 dark:text-grey-20 dark:border-grey-80"
></send-promo>
`;
}