Skip to content

Commit

Permalink
reduce task title high on movie
Browse files Browse the repository at this point in the history
  • Loading branch information
faaydemir committed Aug 21, 2023
1 parent 8a3419b commit 709f3f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 109 deletions.
109 changes: 0 additions & 109 deletions src/view/page/home/parts/calendar/presenter.js

This file was deleted.

5 changes: 5 additions & 0 deletions src/view/page/home/parts/calendar/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@
background-color: transparent;
justify-content: space-between;
align-self: end;

button {
height: 40px;
padding-left: 7px;
Expand Down Expand Up @@ -243,4 +244,8 @@ a:active {

.day-task-header {
font-weight: 500;

@media (max-width: 768px) {
height: $tile-size*0.7 !important;
}
}

0 comments on commit 709f3f4

Please sign in to comment.