Typography tweaks

This commit is contained in:
Joe Rickerby
2021-04-23 11:05:27 +01:00
parent 940b48f7e6
commit e9df889f56
+2 -1
View File
@@ -3,13 +3,14 @@
p { p {
margin-bottom: 12px; margin-bottom: 12px;
line-height: 26px;
} }
code { code {
font-size: 85%; font-size: 85%;
background-color: rgba(27,31,35,.05); background-color: rgba(27,31,35,.05);
border-radius: 3px; border-radius: 3px;
padding: .2em .4em; padding: .15em .4em;
color: inherit; color: inherit;
border: none; border: none;
margin: 0 1px; margin: 0 1px;