mirror of
https://github.com/yuzu-emu/yuzu-emu.github.io.git
synced 2025-06-08 05:17:10 +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
|
||||
.content p {
|
||||
.section.content.pt-sm > p {
|
||||
text-align: justify;
|
||||
line-height: 1.8;
|
||||
font-size: 1.09em;
|
||||
|
@ -155,4 +155,4 @@ pre > code {
|
|||
display: block;
|
||||
height: 64px; /* fixed header height*/
|
||||
margin: -64px 0 0; /* negative fixed header height */
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue