1
0
Fork 0

Less paragraph margins for status cards

This commit is contained in:
Lim Chee Aun 2024-01-02 17:45:21 +08:00
parent 852f7090f6
commit e41e49884f

View file

@ -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;
}