fix(magic8ball): shift answer text down with mt-3 instead of pt-2
- Replace padding-top with margin-top so text actually shifts down inside the flex-centered triangle viewport
This commit is contained in:
@@ -77,7 +77,7 @@ const copiedLabel = isRu ? "Скопировано" : "Copied";
|
||||
<!-- Answer Text -->
|
||||
<span
|
||||
id="m8b-answer"
|
||||
class="relative z-10 text-center text-[9px] sm:text-[11px] font-bold text-white leading-[1.15] px-3 sm:px-4 pt-2 max-w-[8rem] sm:max-w-[9rem] transition-opacity duration-200"
|
||||
class="relative z-10 text-center text-[9px] sm:text-[11px] font-bold text-white leading-[1.15] px-3 sm:px-4 mt-3 max-w-[8rem] sm:max-w-[9rem] transition-opacity duration-200"
|
||||
style="text-shadow: 0 1px 2px rgba(0,0,0,0.5); opacity: 1;"
|
||||
>
|
||||
{clickToAsk}
|
||||
|
||||
Reference in New Issue
Block a user