Skip to content

Commit

Permalink
center article, adjust PostFull__header h1 style
Browse files Browse the repository at this point in the history
  • Loading branch information
roadscape committed Apr 20, 2017
1 parent 7c69931 commit 8c22daf
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions app/components/cards/PostFull.scss
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,17 @@
}
}

.PostFull__header {
.PostFull__header, .PostFull__body {
max-width: 40rem;
margin: 0 auto;
}

.PostFull__header {
> h1 {
overflow: hidden;
font: 700 200% "Source Sans Pro", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
font-family: $body-font-family;
font-size: 240%;
font-weight: 800;
line-height: 1.1;
.Icon {
margin: 0 0 0 0.5rem;
Expand All @@ -66,7 +72,6 @@
.PostFull__body {
padding: 1rem 0 2rem 0;
clear: left;
max-width: 40rem;
a {
color: #4078C0;
}
Expand Down

0 comments on commit 8c22daf

Please sign in to comment.