Browse Source

Simplify lined-heading CSS

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

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

@@ -144,18 +144,14 @@
 ._lined-heading,
 %lined-heading {
   display: flex;
-  justify-content: center;
   align-items: center;
 
   > * { margin: 0 .3125rem; }
 
   &:after {
     content: '';
-    display: inline-block;
-    vertical-align: middle;
     flex-grow: 1;
     height: 1px;
-    line-height: 0;
     margin-top: .25rem;
     margin-left: 1rem;
     background: $boxBorderLight;