1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-12-11 09:04:01 +03:00

Remove attempt at fixing spacing with inline code

It's only causing issues. It's not that big of a deal.
This commit is contained in:
Samuel Dionne-Riel 2020-05-06 02:16:33 -04:00
parent 23fbc6b817
commit f3783bba8e

View File

@ -24,15 +24,6 @@ body {
tt, code, kbd, samp, pre, span.command {
//font-family: monospace;
// Without this slight adjustment, the monospaced text seems too smushed
// with the non-monospaced text.
// (Using a padding will cause weirdness on newlines.)
&::before, &::after {
content: " ";
display: inline;
font-size: 0.4em;
}
// The monospace font often has a character height that's visually bigger
// than the non-monospaced ones. This adjusts for that.
font-size: 0.9em;