mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-07-31 14:12:06 +00:00
css fixes for readability
This commit is contained in:
parent
373011b8e9
commit
1e229b6969
|
@ -101,7 +101,8 @@ a:hover {
|
||||||
// Make text nicer to read in articles
|
// Make text nicer to read in articles
|
||||||
.content p {
|
.content p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
line-height: 1.45;
|
line-height: 1.8;
|
||||||
|
font-size: 1.09em;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Fix background color for single line monospaced text
|
// Fix background color for single line monospaced text
|
||||||
|
|
Loading…
Reference in a new issue