13 lines
171 B
Stylus
13 lines
171 B
Stylus
.posts-expand {
|
|
.post-title {
|
|
font-size: 1.6em;
|
|
|
|
+mobile() {
|
|
font-size: 1.4em;
|
|
}
|
|
}
|
|
}
|
|
|
|
code, kbd, samp {
|
|
font-size: 0.9em;
|
|
} |