smaller code font size in mobile

This commit is contained in:
facundoolano 2024-03-03 12:00:58 -03:00
parent 9b0593f211
commit 11e4e32db8
2 changed files with 8 additions and 0 deletions

View file

@ -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;
}

View file

@ -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;
}