119 fix pilot page responsiveness (#121)

* fixing pilot page responsiveness

* fixing pilot page responsiveness
This commit was merged in pull request #121.
This commit is contained in:
2026-03-22 09:27:15 -05:00
committed by GitHub
parent 0305b424eb
commit 04e5e3e16b

View File

@@ -182,10 +182,10 @@ const Pilots: React.FC<unknown> = () => {
return (
<>
<div className={`${screenSize === ScreenSize.SM ? 'mr-4 ml-4' : 'mr-10 ml-10'} grid grid-cols-12`}>
<div className='prose max-w-none col-span-10 mt-5 mb-5' >
<div className='prose max-w-none col-span-6 mt-5 mb-5' >
<h1>Pilots</h1>
</div>
<div className='col-span-2 justify-self-end self-center'>
<div className='col-span-6 justify-self-end self-center'>
{!state.isLoading && userRole === UserRole.WRITE &&
<button
className='btn btn-primary'