Skip to content

Commit

Permalink
Reducced top padding on session duration
Browse files Browse the repository at this point in the history
  • Loading branch information
anishTP committed Nov 12, 2024
1 parent 5a94c6e commit 3f63c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion funnel/assets/sass/pages/schedule.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
p.schedule__row__column__content__title__duration {
color: $mui-accent-color;
z-index: 1;
padding: 5px 0 $mui-grid-padding/2;
padding: 0 0 $mui-grid-padding/2;
border-radius: 3px;
line-height: 1;
margin-top: 4px;
Expand Down

0 comments on commit 3f63c24

Please sign in to comment.