Merge pull request #1275 from basecamp/public-description-lists
Public description lists
This commit is contained in:
@@ -486,12 +486,13 @@
|
||||
.card__collection-public-description {
|
||||
max-inline-size: 66ch;
|
||||
|
||||
p:first-child {
|
||||
margin-block-start: 0;
|
||||
}
|
||||
> *:first-child { margin-block-start: 0; }
|
||||
> *:last-child { margin-block-end: 0; }
|
||||
|
||||
p:last-child {
|
||||
margin-block-end: 0;
|
||||
ul, ol {
|
||||
inline-size: fit-content;
|
||||
margin-inline: auto;
|
||||
text-align: start;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user