From ab875eec39455d9c42c9e3616c4f3c4c480c61c8 Mon Sep 17 00:00:00 2001 From: Thibaut Courouble Date: Mon, 7 Aug 2017 11:33:19 -0400 Subject: [PATCH] Simplify lined-heading CSS --- assets/stylesheets/components/_content.scss | 4 ---- 1 file changed, 4 deletions(-) diff --git a/assets/stylesheets/components/_content.scss b/assets/stylesheets/components/_content.scss index 2733137b..97477973 100644 --- a/assets/stylesheets/components/_content.scss +++ b/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;