Skip to content

Commit

Permalink
Desktop mode done
Browse files Browse the repository at this point in the history
  • Loading branch information
Sushanta-Das committed Jan 12, 2024
1 parent 285b2e0 commit 9724f81
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ html{font-size: 13px;}
{
color: #9b9b9b;

font-size: 0.8rem;
font-size: 1rem;
font-weight: 500;
}
#recentTran{
Expand All @@ -175,10 +175,10 @@ html{font-size: 13px;}
color: #9b9b9b;
font-family: Arial, Helvetica, sans-serif;
font-weight: 500;
font-size: 0.8rem;
font-size: 1rem;
}
hr{margin-top: 0.8rem;
margin-bottom: 0.8rem;}
hr{margin-top: 1rem;
margin-bottom: 1rem;}



Expand Down Expand Up @@ -533,10 +533,11 @@ justify-content: space-around;
#Incomes {
flex-direction: column;
}
#today{padding: 3vh;
background-color: #fafafa;
width: 96%;}
}
#today{padding: 3vh;
background-color: #fafafa;
width: 96%;}

.select label {
margin-bottom: 0;
}

0 comments on commit 9724f81

Please sign in to comment.