mirror of
https://github.com/facundoolano/jorge.git
synced 2024-12-25 21:58:28 +01:00
smaller code font size in mobile
This commit is contained in:
parent
9b0593f211
commit
11e4e32db8
2 changed files with 8 additions and 0 deletions
|
@ -226,6 +226,10 @@ blockquote {
|
|||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.layout-post pre, .layout-post code {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.layout-post p + p {
|
||||
text-indent: 0;
|
||||
}
|
||||
|
|
|
@ -230,6 +230,10 @@ blockquote {
|
|||
line-height: 1.7;
|
||||
}
|
||||
|
||||
.layout-post pre, .layout-post code {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
|
||||
.layout-post p + p {
|
||||
text-indent: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue