File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments