diff --git a/inc/lib/content.php b/inc/lib/content.php index 6ec661a5..4b717cd0 100644 --- a/inc/lib/content.php +++ b/inc/lib/content.php @@ -68,10 +68,9 @@ public static function sectionTitle($options, $section) { if($section) { $sectionTitle = ucwords(str_replace('-',' ',$section )); $title .= '
'; - $title .= '

' . $sectionTitle . '

'; - $title .= ' + $title .= '

- '; + ' . $sectionTitle . '

'; $title .= "
"; } diff --git a/src/scss/chopchop-ui.scss b/src/scss/chopchop-ui.scss index 853f07bc..96050708 100644 --- a/src/scss/chopchop-ui.scss +++ b/src/scss/chopchop-ui.scss @@ -277,17 +277,21 @@ background-color: color(neutral, lightest); border: 1px solid color(neutral, lighter); border-radius: $border-radius $border-radius 0 0; - padding: spacing() spacing(xl); - display: flex; - align-items: center; - justify-content: space-between; + padding: spacing() spacing(lg); h3 { padding-right: spacing(); } + a { + text-decoration: none; + } + svg { fill: color(neutral, light); + height: 18px; + width: 18px; + margin-right: 5px; } * {