File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -75,16 +75,16 @@ function App() {
75
75
</ h1 >
76
76
< div
77
77
id = "search-input-wrapper"
78
- className = "bg-white rounded-2xl w-full flex sm:w-128 sm:mx-auto"
78
+ className = "bg-white rounded-2xl w-full flex sm:w-128 sm:mx-auto "
79
79
>
80
80
< input
81
81
type = "search"
82
- className = "grow rounded-2xl px-6 text-lg"
82
+ className = "grow rounded-2xl px-6 text-lg cursor-pointer "
83
83
placeholder = "Search for any IP address or domain"
84
84
value = { searchIP }
85
85
onChange = { ( e ) => setSearchIP ( e . target . value ) }
86
86
/>
87
- < button className = "font-bold h-full bg-black text-white px-6 py-5.5 rounded-r-2xl text-xl" >
87
+ < button className = "font-bold h-full bg-black text-white px-6 py-5.5 rounded-r-2xl text-xl hover:bg-very-dark-gray active:bg-gray-900 " >
88
88
< img src = { searchArrow } alt = "search arrow button" />
89
89
</ button >
90
90
</ div >
@@ -98,7 +98,7 @@ function App() {
98
98
>
99
99
< div
100
100
id = "details"
101
- className = "rounded-2xl bg-white p-7 flex flex-col mx-auto text-center gap-3.5 font-semibold text-very-dark-gray tracking-wide sm:flex-row sm:text-left sm:justify-between sm:w-full sm:m-1 sm:my-2"
101
+ className = "rounded-2xl bg-white p-7 flex flex-col mx-auto text-center gap-3.5 font-semibold text-very-dark-gray tracking-wide sm:flex-row sm:text-left sm:justify-between sm:w-full sm:m-1 sm:my-2 sm:break-all "
102
102
>
103
103
< div id = "ip-address-wrapper" >
104
104
< h3 className = "text-2xs text-dark-gray tracking-x-wide pb-1.5" >
You can’t perform that action at this time.
0 commit comments