Commit b8c269ad authored by peterhegman's avatar peterhegman

Use rem instead of px for middle-dot padding

parent f913f4ee
......@@ -408,7 +408,7 @@
// scss-lint:disable DuplicateProperty
content: '\00B7'; // middle dot fallback if browser does not support alternative content
content: '\00B7' / ''; // tell screen readers to ignore the content https://www.w3.org/TR/css-content-3/#accessibility
padding: 0 6px;
padding: 0 0.375rem;
font-weight: $gl-font-weight-bold;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment