matthew.paste.lol / jomalo.css · 11 months ago·

/* To increase or decrease the area around nav buttons in Tiny Theme, you'll need to adjust the line-height of the elements. The site uses these nav button styles in two areas: The nav bar and the comments/email buttons on single posts. I recommend changing both together in your custom.css. */

nav ul li, ul.reply-buttons li {
    line-height: 2.4em; /* Vertical Spacing */
    margin-right: 0.2em /* Horizontal Spacing */
}