Explorar o código

Simplify lined-heading CSS

Thibaut Courouble %!s(int64=8) %!d(string=hai) anos
pai
achega
ab875eec39
Modificáronse 1 ficheiros con 0 adicións e 4 borrados
  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;