Skip to content

Commit

Permalink
Remove style from div, try align right
Browse files Browse the repository at this point in the history
  • Loading branch information
LucaScorpion committed Feb 6, 2024
1 parent f0fd119 commit 904e126
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ A browser extension to show your billability over the past 5 weeks in TimeChimp.

![The TimeChimp page with the billability chart](screenshots/page.png)

<div style="display: flex; justify-content: space-between;">
<div>
<img width="49%" src="screenshots/card-hours-worked.png" alt="The billability chart">
<img width="49%" src="screenshots/card-hover.png" alt="The tooltip of the chart, showing detailed information">
<img width="49%" src="screenshots/card-hover.png" alt="The tooltip of the chart, showing detailed information" align="right">
</div>

## Usage
Expand Down

0 comments on commit 904e126

Please sign in to comment.