Skip to content

Commit a0c432b

Browse files
committed
Added responsiveness
1 parent e1fd913 commit a0c432b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/Dashboard/Dashboard.jsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ export const Dashboard = () => {
1212
<div className='max-w-screen-xl mx-auto'>
1313
<div className='flex justify-between items-start gap-4 p-4'>
1414
{/* Keywords Section */}
15-
<div className='flex-1 p-4 bg-white rounded-lg shadow-lg'>
15+
<div className='flex-1 p-4 bg-white rounded-lg shadow-xl'>
1616
<Keywords />
1717
</div>
1818
{/* Score Section */}
19-
<div className='flex-1 p-4 bg-white rounded-lg shadow-lg'>
19+
<div className='flex-1 p-4 bg-white rounded-lg shadow-xl'>
2020
<Score />
2121
</div>
2222
</div>

0 commit comments

Comments
 (0)