mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-22 16:46:28 +01:00
Less paragraph margins for status cards
This commit is contained in:
parent
852f7090f6
commit
e41e49884f
1 changed files with 3 additions and 0 deletions
|
@ -730,6 +730,9 @@
|
|||
tab-size: 2;
|
||||
text-wrap: pretty;
|
||||
}
|
||||
.status-card .content p {
|
||||
margin-block: min(0.25em, 4px);
|
||||
}
|
||||
.status .content p:first-child {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue