@@ -85,7 +85,7 @@ const SearchFilters = () => {
8585 return (
8686 < React . Fragment key = { `${ path } .${ item } ` } >
8787 < label className = 'block px-3 py-3' >
88- < div className = 'text-xl font-semibold text-gray-500 capitalize' >
88+ < div className = 'text-sm font-semibold text-gray-500 capitalize' >
8989 { item }
9090 </ div >
9191 < hr />
@@ -96,7 +96,7 @@ const SearchFilters = () => {
9696 }
9797 return (
9898 < label className = 'block px-2 py-2' key = { `${ path } .${ item } ` } >
99- < div className = 'text-sm font-semibold text-gray-500 py-1 capitalize' >
99+ < div className = 'text-xs font-semibold text-gray-500 py-1 capitalize' >
100100 { item }
101101 </ div >
102102 < input
@@ -204,7 +204,7 @@ const SearchFilters = () => {
204204 < div className = 'lg:flex xl:block' >
205205 < div className = 'px-4 py-4 border-t border-gray-900 lg:w-1/3 border xl:w-full' >
206206 < h3
207- className = 'text-xl text-bold text-gray-500 cursor-pointer select-none'
207+ className = 'text-sm text-bold text-gray-500 cursor-pointer select-none'
208208 onClick = { ( ) => setShowBasicProfile ( o => ! o ) }
209209 >
210210 { showBasicProfile ? < > ↓</ > : < > →</ > } Basic
@@ -218,7 +218,7 @@ const SearchFilters = () => {
218218
219219 < div className = 'px-4 py-4 border-t border-gray-900 lg:w-1/3 border xl:w-full' >
220220 < h3
221- className = 'text-xl text-bold text-gray-500 cursor-pointer select-none'
221+ className = 'text-sm text-bold text-gray-500 cursor-pointer select-none'
222222 onClick = { ( ) => setShowWork ( o => ! o ) }
223223 >
224224 { showWork ? < > ↓</ > : < > →</ > } Work Experience
0 commit comments