Skip to content
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.

Commit

Permalink
Update elements within copy container
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoramos committed May 30, 2017
1 parent 9add752 commit 404c005
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions pages/blog/_slug.vue
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,25 @@ export default {
}
.copy {
padding-top: 3em;
padding-bottom: 7em;
}
.copy * {
.copy *:not(div) {
margin: 2em 0 1em;
}
.copy h3 {
font-size: 1.35em;
}
.copy ul {
margin: 0;
padding-left: 1em;
list-style: disc;
}
.copy li {
margin: 0;
}
</style>

0 comments on commit 404c005

Please sign in to comment.