Improve a bit the layout for descriptions

This commit is contained in:
2024-12-30 11:59:56 +01:00
parent 6457486445
commit 8557e2b778
4 changed files with 24 additions and 8 deletions

View File

@@ -17,6 +17,11 @@ td > img.logo-xl {
max-height: 96px;
}
/* Disable margin on last <p> in a <td> */
td > p:last-child {
margin-bottom: 0;
}
.btn > span {
display: inline-block;
}
@@ -38,10 +43,6 @@ a.badge, a.badge:hover {
border-top: calc(var(--bs-border-width) * 3) solid var(--bs-border-color);
}
#nav-notes > p {
padding: .5rem;
}
#nav-journal ul, #nav-journal ol {
margin: 0;
padding-left: 1rem;