From ef8b58f2ecd5f998c247f0e6bf45e2e9728e6e57 Mon Sep 17 00:00:00 2001 From: CrispyBaguette Date: Sun, 12 Dec 2021 18:27:10 +0100 Subject: [PATCH] Tweak css --- client/src/ImageOutput.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/ImageOutput.tsx b/client/src/ImageOutput.tsx index c8b3e0a..2759f54 100644 --- a/client/src/ImageOutput.tsx +++ b/client/src/ImageOutput.tsx @@ -22,7 +22,7 @@ function ImageOutput({ imageData }: OutputProps) { /> @@ -30,7 +30,7 @@ function ImageOutput({ imageData }: OutputProps) { href={imageUrl} target="_blank" rel="noopener noreferrer" - className="block w-48 mx-auto mt-1 py-2 px-4 text-sm text-nord-0 bg-nord-4 hover:bg-nord-5" + className="block w-48 mx-auto mt-1 py-2 px-4 text-sm text-center text-nord-0 bg-nord-4 hover:bg-nord-5" > Open in new tab