Skip to content

Commit

Permalink
fix: align timeBlock div
Browse files Browse the repository at this point in the history
  • Loading branch information
DereC4 authored and doprz committed Mar 6, 2024
1 parent cbb89c0 commit 4dc8957
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,8 @@

.timeBlock {
display: flex;
width: 50px;
height: 40.279px;
min-width: 50px;
max-width: 50px;
min-height: 40px;
width: auto;
height: auto;
flex-direction: column;
align-items: flex-end;

Expand All @@ -84,6 +81,7 @@
height: 6.6px;
align-self: stretch;
margin-top: -10px;
margin-right: 10px;
margin-bottom: 0;

/* Type scale/small */
Expand Down

0 comments on commit 4dc8957

Please sign in to comment.