fix(ui): use min-w/min-h for NeoFetch iframe to improve responsiveness
This commit is contained in:
parent
6fff7afabb
commit
24e5a3c397
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ export default function NeoFetch() {
|
|||
<div className="flex flex-col md:flex-row">
|
||||
<iframe
|
||||
src="https://f.imnya.ng/.art.html"
|
||||
className="border-0 w-[430px] h-[430px] scale-75"
|
||||
className="border-0 min-w-[430px] min-h-[430px] scale-75"
|
||||
></iframe>
|
||||
<div className="px-12 md:py-12 text-lg font-mono">
|
||||
<a href="mailto:contact@imnya.ng" className="text-[#FFD7D7]">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue