Skip to content

Commit

Permalink
Fix font-size, padding
Browse files Browse the repository at this point in the history
  • Loading branch information
yu1k committed Oct 25, 2023
1 parent 6377030 commit 230f811
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 2023/src/pages/schedule.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,14 +102,15 @@ const AreaTitle = styled.div`
margin: 0;
}
li#talkTime {
font-size: 2rem;
margin: 0 0.25em 0 0;
list-style: none;
}
li#lengthOfSpokenTime {
font-size: 1.5rem;
list-style: none;
padding: 0.1em 0.1em 0.1em;
padding: 0.25em 0.1em 0.1em;
margin: 0 0 0 0.25em;
}
`
Expand Down

0 comments on commit 230f811

Please sign in to comment.