diff --git a/scss/partials/_headlines.scss b/scss/partials/_headlines.scss index fc7c04e..459c104 100644 --- a/scss/partials/_headlines.scss +++ b/scss/partials/_headlines.scss @@ -1,3 +1,12 @@ + +.title { + .subtitle{ + font-size:95%; + font-weight:700; + } +} + + h1,h2,h3,h4,h5,h6 { font-family:"Roboto Slab","ff-tisa-web-pro","Georgia",Arial,sans-serif; } @@ -7,11 +16,6 @@ h1{ margin-bottom: 1em; font-weight:700; text-align: center; - - .subtitle{ - font-size:95%; - font-weight:700; - } } h2{