1
1
mirror of https://github.com/aelve/guide.git synced 2024-11-23 12:15:06 +03:00

Less css margins for code blocks

This commit is contained in:
zeot 2019-02-16 11:17:19 +04:00
parent cede9b19f0
commit 670b68267d

View File

@ -55,7 +55,7 @@ code.sourceCode {
padding: 8px;
}
.sourceCode:not(:last-child) code.sourceCode {
margin: 0 0 15px;
margin: 0 0 5px;
}
a {
text-decoration-line: none;