|
@@ -250,6 +250,7 @@ table,
|
|
|
article .entry-header .entry-title,
|
|
|
.page-title {
|
|
|
font-family: #{map-deep-get($config-global, "font", "family", "primary")};
|
|
|
+ font-size: #{map-deep-get($config-global, "font", "size", "xxxl")};
|
|
|
margin-top: #{map-deep-get($config-global, "spacing", "vertical")};
|
|
|
margin-bottom: #{1.5 * map-deep-get($config-global, "spacing", "vertical")};
|
|
|
|