fix(ui): fix minor ui bugs
This commit is contained in:
@ -411,9 +411,9 @@ export const Test = () => {
|
||||
</header>
|
||||
</section>
|
||||
<div className="border border-purple-300"></div>
|
||||
<section className="flex">
|
||||
<section className="flex flex-col md:flex-row space-y-6">
|
||||
{currentQuestion?.context && (
|
||||
<section className="h-100 w-1/2 overflow-y-auto px-10 pt-30">
|
||||
<section className="h-100 overflow-y-auto px-10 pt-32">
|
||||
<p className="font-satoshi tracking-wide text-lg">
|
||||
{renderQuestionText(currentQuestion?.context)}
|
||||
</p>
|
||||
@ -422,7 +422,7 @@ export const Test = () => {
|
||||
|
||||
<div className="border border-purple-200 h-full"></div>
|
||||
<section
|
||||
className={`w-1/2 px-10 ${currentQuestion?.context ? "" : "pt-26"}`}
|
||||
className={`px-10 ${currentQuestion?.context ? "" : "pt-26"}`}
|
||||
>
|
||||
<p className="font-satoshi-medium text-xl">
|
||||
{currentQuestion?.text &&
|
||||
|
||||
Reference in New Issue
Block a user