mirror of
https://github.com/flysnow-org/maupassant-hugo.git
synced 2026-08-24 07:18:55 +00:00
fix inline code bug,close #77
This commit is contained in:
@@ -378,6 +378,14 @@ textarea {
|
||||
.post-content code{
|
||||
display:inline;
|
||||
}
|
||||
.post-content p code{
|
||||
display:inline;
|
||||
padding: .2em .4em;
|
||||
margin: 0;
|
||||
font-size: 85%;
|
||||
background-color: rgba(27,31,35,.10);
|
||||
border-radius: 3px;
|
||||
}
|
||||
.post-content p {
|
||||
margin:0 0 1.1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user