diff --git a/app/components/cards/PostFull.scss b/app/components/cards/PostFull.scss index f8479003ab..58318de28e 100644 --- a/app/components/cards/PostFull.scss +++ b/app/components/cards/PostFull.scss @@ -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; @@ -66,7 +72,6 @@ .PostFull__body { padding: 1rem 0 2rem 0; clear: left; - max-width: 40rem; a { color: #4078C0; }