margin for p

This commit is contained in:
2023-05-04 00:49:39 +08:00
parent dd31cdbffc
commit f255f46967

View File

@@ -196,6 +196,10 @@
overflow-x: auto;
}
.box-content > p:not(:last-child) {
margin-bottom: 1em;
}
.left-container .box-content {
max-height: calc(100vh + 15em);
overflow-y: hidden;