Skip to content

Instantly share code, notes, and snippets.

@MattSLangford
Created February 13, 2024 16:51
Show Gist options
  • Save MattSLangford/057c6568939f056126573ba61bce4fda to your computer and use it in GitHub Desktop.
Save MattSLangford/057c6568939f056126573ba61bce4fda to your computer and use it in GitHub Desktop.
/* Remove the description from the header */
p.description { display: none; }
/* Center all content in the header */
.site-header { text-align: center; }
/* Easily change the size of the entire site. Size and spacing throughout the site is based on the overall font size. By changing it, everything throughout the site will chang to match. I suggest something in the 16-24px range. */
body { font-size: 18px; }
/* Hide Categories on Posts */
ul.post-tags { display: none; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment