This repository has been archived on 2025-09-29. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
drupalcampbristol/2019/resources/css/components/markup.css

8 lines
77 B
CSS
Raw Normal View History

2019-04-25 22:09:57 +02:00
.markup {
@apply leading-relaxed;
p:first-child {
@apply mt-0
}
}