I’m trying to adjust the spacing above and below my menu. I’d like to also make the font larger. This is what I was trying to do — you’ll see why it doesn’t look very nice.
How do I get more white space above and below the words and make sure that they’re centered vertically?
Here is the code I currently have in my Custom CSS:
#content ol a {
color: #343284;
}
#content ol a:hover {
color: #595959;
text-decoration: none;
}