Skip to content

Commit

Permalink
fixed calendar
Browse files Browse the repository at this point in the history
  • Loading branch information
Do-Trang committed Aug 6, 2023
1 parent d915ede commit 3d20e39
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions frontend/src/pages/Home/Home.css
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,7 @@
letter-spacing: 2.7px;
line-height: normal;
position: absolute;
top: -17px;
top: 0px;
width: 272px;
}

Expand Down Expand Up @@ -537,7 +537,7 @@
letter-spacing: 0.9px;
line-height: normal;
position: absolute;
top: 215px;
top: 218px;
width: 406px;
}

Expand Down Expand Up @@ -565,7 +565,7 @@
letter-spacing: 0.9px;
line-height: normal;
position: absolute;
top: 288px;
top: 315px;
width: 407px;
}

Expand Down
6 changes: 3 additions & 3 deletions frontend/src/pages/Home/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -129,15 +129,15 @@ function Home() {
11      12
</p>
<p className="element-2">
&nbsp;&nbsp;
&nbsp;
13&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;14&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;15&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;16&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
17&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 18&nbsp;&nbsp;&nbsp;&nbsp; 19
17&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 18&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; 19
</p>
<p className="element-3">
&nbsp;&nbsp;
20&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;21&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;22&nbsp;&nbsp;&nbsp;&nbsp;
23&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
24&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;25&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;26
24&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;25&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;26
</p>
<p className="element-4">
&nbsp;&nbsp;
Expand Down

0 comments on commit 3d20e39

Please sign in to comment.