diff --git a/src/assets/styles/index.css b/src/assets/styles/index.css index 09e4dc1c..311ed8d8 100644 --- a/src/assets/styles/index.css +++ b/src/assets/styles/index.css @@ -177,7 +177,6 @@ h3 > svg, h4 > svg, h5 > svg, h6 > svg { - margin-right: .25rem; stroke-width: var(--stroke-width-bold) !important; } @@ -1057,6 +1056,16 @@ textarea { transition-property: border-color; } +h1 > svg, +h2 > svg, +h3 > svg, +h4 > svg, +h5 > svg, +h6 > svg, +.now__section--text p > svg { + margin-right: .25rem; +} + /* screens: small */ @media screen and (min-width: 640px) { main {