mirror of
https://github.com/randyjc/Rahoot.git
synced 2026-03-13 20:15:35 +01:00
fix(question): image size
This commit is contained in:
@@ -81,7 +81,7 @@ const Answers = ({
|
||||
<img
|
||||
alt={question}
|
||||
src={image}
|
||||
className="h-48 max-h-60 w-auto rounded-md"
|
||||
className="m-4 h-full max-h-[400px] min-h-[200px] w-auto rounded-md"
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
@@ -27,7 +27,7 @@ const Question = ({ data: { question, image, cooldown } }: Props) => {
|
||||
<img
|
||||
alt={question}
|
||||
src={image}
|
||||
className="h-48 max-h-60 w-auto rounded-md"
|
||||
className="m-4 h-full max-h-[400px] min-h-[200px] w-auto rounded-md"
|
||||
/>
|
||||
)}
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user