mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 13:27:25 +00:00
test fix to limit css change to articles only
This commit is contained in:
parent
0dca54c091
commit
a70a5976cd
|
@ -99,7 +99,7 @@ a:hover {
|
||||||
}
|
}
|
||||||
|
|
||||||
// Make text nicer to read in articles
|
// Make text nicer to read in articles
|
||||||
.content p {
|
.section.content.pt-sm > p {
|
||||||
text-align: justify;
|
text-align: justify;
|
||||||
line-height: 1.8;
|
line-height: 1.8;
|
||||||
font-size: 1.09em;
|
font-size: 1.09em;
|
||||||
|
@ -155,4 +155,4 @@ pre > code {
|
||||||
display: block;
|
display: block;
|
||||||
height: 64px; /* fixed header height*/
|
height: 64px; /* fixed header height*/
|
||||||
margin: -64px 0 0; /* negative fixed header height */
|
margin: -64px 0 0; /* negative fixed header height */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue