mirror of
https://github.com/daniviga/django-ram.git
synced 2025-08-04 21:27:49 +02:00
Improve a bit the layout for descriptions
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user