Index: static/src/scss/content/_typography.scss |
=================================================================== |
--- a/static/src/scss/content/_typography.scss |
+++ b/static/src/scss/content/_typography.scss |
@@ -54,18 +54,18 @@ |
a |
{ |
color: $font-color-link; |
} |
.product-heading |
{ |
@extend .h1; |
- @extend .section; |
@extend .text-center; |
+ margin-bottom: $small-space; |
.has-pre-icon |
{ |
display: inline-block; |
} |
} |
.article-heading |