fix
This commit is contained in:
@@ -17,8 +17,9 @@ const relatedCourses = data?.relatedCourses
|
||||
<Container class="flex items-center relative py-3">
|
||||
<button
|
||||
data-toggle="menu"
|
||||
class="text-black font-medium cursor-pointer lg:bg-white/15 hover:outline lg:border border-black lg:py-0.5 lg:px-2.5 rounded-lg transition flex items-center gap-1
|
||||
lg:group-open/menu:outline"
|
||||
class="text-black font-medium cursor-pointer lg:bg-white/15 hover:outline
|
||||
lg:border border-black lg:py-0.5 lg:px-2.5 rounded-lg transition
|
||||
flex items-center gap-1 lg:group-open/menu:outline"
|
||||
>
|
||||
<div class="truncate max-w-36 sm:max-w-72">
|
||||
{title}
|
||||
@@ -39,7 +40,7 @@ const relatedCourses = data?.relatedCourses
|
||||
<div class="text-black bg-lime-400 rounded-xl lg:rounded-2xl">
|
||||
<button
|
||||
class="border border-black absolute rounded-full cursor-pointer outline-none
|
||||
top-2.5 lg:top-5 right-5"
|
||||
top-2.5 lg:top-5 right-5"
|
||||
data-dismiss
|
||||
>
|
||||
<Icon name="x-mark" class="size-4 p-0.5" />
|
||||
|
||||
Reference in New Issue
Block a user