Keep your shirt on
1 min read

Keep your shirt on

div[data-fragment-name=”articleDetail”] div > header + p span.bullet_item {
display: flex;
margin-bottom: var(–space-3);
}

/* looks like not necessary
div[data-fragment-name=”articleDetail”] div > header + p span.italic {
display: flex;
margin-bottom: var(–space-3);
}*/

div[data-fragment-name=”articleDetail”] div > header + p span.bullet_item:before {
font: bold 1em/0 monospace;
content: “2022”;
padding: 0 10px 0 5px;
line-height: normal;
}

/* needs figma update
div[data-fragment-name=”articleDetail”] p {
line-height: 1.5;
}*/

Leave a Reply

Your email address will not be published. Required fields are marked *