Skip to content

Commit

Permalink
TMiR 2024-07 transcript (#323)
Browse files Browse the repository at this point in the history
* Fix list formatting

* Add transcript for TMiR 2024-07
  • Loading branch information
vcarl authored Aug 6, 2024
1 parent 330bc2d commit c6dbc08
Show file tree
Hide file tree
Showing 2 changed files with 650 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/Layout/MainStyles.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,10 @@ html body {
padding-left: 3rem;
li {
margin-bottom: 1rem;
margin-bottom: 0.5rem;
}
li:first-of-type {
margin-top: 0.5rem;
}
}
Expand Down Expand Up @@ -113,6 +116,10 @@ html body {
margin-bottom: 2rem;
}
ul,ol ul,ol {
margin-bottom: 0rem;
}
hr {
background: hsla(0, 0%, 0%, 0.2);
border: none;
Expand Down
Loading

0 comments on commit c6dbc08

Please sign in to comment.