Put the font size back down
This commit is contained in:
parent
5a533d2d9e
commit
412792eddd
|
@ -24,7 +24,7 @@
|
|||
}
|
||||
|
||||
.index h3 {
|
||||
font: 1.2rem/1.5 serif;
|
||||
font: 1.1rem/1.5 serif;
|
||||
}
|
||||
|
||||
.source {
|
||||
|
@ -33,7 +33,7 @@
|
|||
|
||||
pre {
|
||||
font-size: 0.9rem;
|
||||
line-height: 1.2;
|
||||
line-height: 1.1;
|
||||
padding: 1rem;
|
||||
overflow-x: auto;
|
||||
}
|
||||
|
@ -70,7 +70,7 @@
|
|||
}
|
||||
|
||||
.toc ul {
|
||||
padding-left: 1.2rem;
|
||||
padding-left: 1.1rem;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
|
@ -89,7 +89,7 @@
|
|||
}
|
||||
|
||||
.content p {
|
||||
font: 1.2rem/1.5 serif;
|
||||
font: 1.1rem/1.5 serif;
|
||||
}
|
||||
|
||||
.content ul {
|
||||
|
@ -97,7 +97,7 @@
|
|||
}
|
||||
|
||||
.content li {
|
||||
font: 1.2rem/1.5 serif;
|
||||
font: 1.1rem/1.5 serif;
|
||||
}
|
||||
|
||||
.content img:not(.floated) {
|
||||
|
@ -121,6 +121,10 @@
|
|||
border-bottom: none;
|
||||
}
|
||||
|
||||
.aside {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
@media screen and (min-width:62rem) {
|
||||
.content .aside {
|
||||
display: inline;
|
||||
|
@ -128,7 +132,6 @@
|
|||
position: relative;
|
||||
width: 8rem;
|
||||
margin-left: -9rem;
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user