Skip to content

Commit

Permalink
fix margins around milestones text
Browse files Browse the repository at this point in the history
  • Loading branch information
wbglaeser committed Nov 10, 2024
1 parent adc9ac5 commit c030cd3
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const styles = {
paddingTop: '0px',
},
title: {
flex: 4,
flex: 3,
fontSize: '20px',
fontWeight: 'bold'
},
Expand All @@ -50,7 +50,8 @@ const styles = {
textAlign: 'right'
},
description: {
lineHeight: '1.5'
lineHeight: '1.5',
margin: '0px',
}
}

Expand Down

0 comments on commit c030cd3

Please sign in to comment.