Hello
I am trying to create a class that will allow me to have custom line height specified but only apply it to specific posts
I tried using this in the global CSS but I was unable to adapt it to properly be recognized as a class and thus it effected all body text globally
body {
line-height: 1.5em;
}
How can I modify this to create a class that I can apply to individual posts to change their line spacing?