remove end content margin

This commit is contained in:
2022-12-24 02:36:37 +03:00
parent 7fe63ee05c
commit 017beb3f95
2 changed files with 6 additions and 1 deletions

View File

@@ -55,6 +55,11 @@ body {
font-family: 'Ubuntu Mono', monospace !important;
}
.content p:last-child,
.content ul:last-child {
margin-bottom: 0;
}
img {
display: block;
border-radius: 8px;