mirror of
https://github.com/lukin/keywind.git
synced 2025-01-26 09:16:25 +00:00
fix: missing classes on background
This commit is contained in:
parent
80863b5dff
commit
dad741633b
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<#macro kw>
|
<#macro kw>
|
||||||
<div
|
<div
|
||||||
class="fixed left-0 top-0 inset-0 z-10"
|
class="fixed left-0 top-0 right-0 bottom-0 inset-0 z-10"
|
||||||
style="inset: 0; background-color: #ecf9ff; background-image: url('https://mailwind.blob.core.windows.net/website/blurred-background-transparency.jpg');"></div>
|
style="inset: 0; background-color: #ecf9ff; background-image: url('https://mailwind.blob.core.windows.net/website/blurred-background-transparency.jpg');"></div>
|
||||||
</#macro>
|
</#macro>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue