Skip to content

Commit

Permalink
Replace [&>*] for tailwind value
Browse files Browse the repository at this point in the history
  • Loading branch information
Roene-JustBetter committed Nov 4, 2024
1 parent 1a7e0b8 commit 48870e4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<x-rapidez-ct::card class="relative">
<a href="{{ url('/') }}" class="absolute inset-x-0 bottom-full -translate-y-6 max-lg:hidden [&>*]:h-auto [&>*]:max-h-20 [&>*]:w-full [&>*]:object-contain">
<a href="{{ url('/') }}" class="absolute inset-x-0 bottom-full -translate-y-6 max-lg:hidden *:h-auto *:max-h-20 *:w-full *:object-contain">
<x-rapidez-ct::logo />
</a>
<x-rapidez-ct::title.lg class="mb-4">
Expand Down

0 comments on commit 48870e4

Please sign in to comment.