Skip to content

Commit a982294

Browse files
committed
fix: text area
1 parent 8005134 commit a982294

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/apps/WordCounterPage.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,12 @@ function WordCounterPage() {
6868
<span className="single-app-color">wc</span>
6969
</h1>
7070
<hr className="border-gray-700" />
71-
<div className="flex justify-center items-center mt-8">
71+
<div className="flex justify-center items-center mt-16">
7272
<div
7373
className="group bg-transparent border rounded-lg shadow-2xl p-6 flex flex-col justify-between relative transform transition-all duration-300 ease-in-out scale-105 overflow-hidden h-full w-full max-w-4xl"
7474
style={cardStyle}
7575
>
76-
<div className="relative z-10">
76+
<div className="relative z-10 p-1">
7777
<div className="w-full h-64 resize-y overflow-auto border rounded-md" style={{ borderColor: cardStyle.borderColor }}>
7878
<textarea
7979
className="w-full h-full p-4 bg-gray-900/50 font-mono resize-none border-none focus:ring-0"

0 commit comments

Comments
 (0)