mirror of
https://github.com/lukin/keywind.git
synced 2025-01-25 08:46:27 +00:00
updated email cache
This commit is contained in:
parent
98d89a5296
commit
909c757366
3 changed files with 4 additions and 4 deletions
File diff suppressed because one or more lines are too long
|
@ -1,7 +1,7 @@
|
|||
<#macro kw>
|
||||
<body>
|
||||
<body class="relative min-h-screen bg-gray-100 dark:bg-gray-900 pt-2">
|
||||
<div class="max-w-2xl px-6 py-8 mx-auto bg-white dark:bg-gray-900 rounded-lg">
|
||||
<body class="relative min-h-screen bg-gray-100 dark:bg-gray-900 pt-2" style="position: relative; min-height: 100vh; background-color: #f3f4f6; padding-top: 8px;">
|
||||
<div class="max-w-2xl px-6 py-8 mx-auto bg-white dark:bg-gray-900 rounded-lg" style="margin-left: auto; margin-right: auto; max-width: 42rem; border-radius: 0.5rem; background-color: #fff; padding-left: 24px; padding-right: 24px; padding-top: 32px; padding-bottom: 32px;">
|
||||
<#nested>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
<#macro kw>
|
||||
<div class="py-10 px-4 max-w-[512px] relative z-20 mx-auto">
|
||||
<div class="py-10 px-4 max-w-[512px] relative z-20 mx-auto" style="position: relative; z-index: 20; margin-left: auto; margin-right: auto; max-width: 512px; padding-left: 16px; padding-right: 16px; padding-top: 40px; padding-bottom: 40px;">
|
||||
<#nested>
|
||||
</div>
|
||||
</#macro>
|
||||
|
|
Loading…
Reference in a new issue