responsive fix
Browse files
app/_components/generation/index.tsx
CHANGED
|
@@ -62,7 +62,7 @@ export const Generation = () => {
|
|
| 62 |
</button>
|
| 63 |
</div>
|
| 64 |
{result && (
|
| 65 |
-
<div className="col-span-3 flex items-center justify-center">
|
| 66 |
<img
|
| 67 |
src={`/api/images/${result}`}
|
| 68 |
alt="Generated logo"
|
|
|
|
| 62 |
</button>
|
| 63 |
</div>
|
| 64 |
{result && (
|
| 65 |
+
<div className="lg:col-span-3 flex items-center justify-center rounded-3xl">
|
| 66 |
<img
|
| 67 |
src={`/api/images/${result}`}
|
| 68 |
alt="Generated logo"
|