Browse Source

Fix spacing issue in lined headings

Thibaut Courouble 8 years ago
parent
commit
15f4f7f769
1 changed files with 2 additions and 0 deletions
  1. 2 0
      assets/stylesheets/components/_content.scss

+ 2 - 0
assets/stylesheets/components/_content.scss

@@ -163,6 +163,8 @@
   justify-content: center;
   align-items: center;
 
+  > * { margin: 0 .3125rem; }
+
   &:after {
     content: '';
     display: inline-block;