Skip to content

Commit

Permalink
fix: πŸ› Fixed changelog formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EricLambrecht committed Feb 3, 2019
1 parent d31fe52 commit 28f7a4f
Showing 1 changed file with 16 additions and 1 deletion.
17 changes: 16 additions & 1 deletion src/components/core/ChangelogModal.vue
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ export default {
font-size: 15px;
}
ul {
list-style: disc;
list-style: disc inside;
margin-left: 2px;
li {
margin-top: 8px;
}
Expand All @@ -77,5 +78,19 @@ export default {
border-bottom: 1px solid #F0F0f0;
padding-bottom: 30px;
}
h1 + p {
margin-top: 20px;
}
p + ul {
margin-top: 13px;
padding-left: 0;
list-style-type: circle;
}
h1 + p + ul + p {
margin-top: 13px;
}
}
</style>

0 comments on commit 28f7a4f

Please sign in to comment.