Skip to content

Commit a35deae

Browse files
committed
Fix arbitrary value in footer preset for tailwind v4
1 parent 19296ec commit a35deae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/stubs/presets/footer/resources/views/layout/_footer.antlers.html.stub

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
{{ /nav:footer }}
3131
</nav>
3232

33-
<div class="span-content py-4 grid md:grid-cols-[max-content,1fr,max-content] items-center gap-4 border-t border-white/40 text-sm md:text-xs [&_a]:underline [&_a]:py-1 md:[&_a]:py-0">
33+
<div class="span-content py-4 grid md:grid-cols-[max-content_1fr_max-content] items-center gap-4 border-t border-white/40 text-sm md:text-xs [&_a]:underline [&_a]:py-1 md:[&_a]:py-0">
3434
<div>
3535
&copy; {{ configuration:copyright_since }}
3636
{{ unless (now | format('Y')) == configuration:copyright_since }}

0 commit comments

Comments
 (0)