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:
parent
23fbc6b817
commit
f3783bba8e
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user