taf/styles/elements/p.css
2025-06-29 00:47:05 -06:00

9 lines
106 B
CSS

.taf > .window-content p {
&:first-child {
margin-top: 0;
}
&:last-child {
margin-bottom: 0;
}
}