Skip to content

Commit

Permalink
font adjusted
Browse files Browse the repository at this point in the history
  • Loading branch information
arslaan07 committed Sep 16, 2024
1 parent 96a0278 commit a4afdde
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ function App() {
}
return (
<div className=' min-h-screen shiny-background w-full '>
<div className='my-5 flex justify-between gap-20'>
<div className=' flex justify-between gap-20'>

<div className=' h-[50vh]'>
<h1 className='text-6xl w-full p-8 text-white font-extrabold tracking-wide'>AI Todo App</h1>
Expand Down Expand Up @@ -163,7 +163,7 @@ function App() {
</div>
</div>

<div style={{ marginLeft: '10px' }} className=' mt-5 p-2 text-2xl text-white font-semibold '>
<div style={{ marginLeft: '10px' }} className=' mt-8 p-2 text-2xl text-white font-semibold '>
{!isEditting?
(tasksToDisplay.length === 0 && tasksToDisplay.length === submittedTodos.length? "No Tasks Added Yet" :
showCompleted ? <a className='cursor-pointer' onClick={handleShowAllTasks} >Show All Task</a> :
Expand Down

0 comments on commit a4afdde

Please sign in to comment.