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

Commit

Permalink
Merge pull request #8 from contentful/articles
Browse files Browse the repository at this point in the history
Update article styles
  • Loading branch information
joaoramos authored May 31, 2017
2 parents 9add752 + a1a9c7a commit 9b12537
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 3 deletions.
2 changes: 1 addition & 1 deletion layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
body {
background: #E1E7EA;
max-width: 1280px;
max-width: 1180px;
margin: 0 auto;
font-family: "Avenir", Tahoma, Arial, Helvetica, sans-serif;
font-size: 16px;
Expand Down
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 9b12537

Please sign in to comment.