diff --git a/_posts/updates/2024-10-18-title.md b/_posts/updates/2024-10-18-title.md index 119c60a..fef2654 100644 --- a/_posts/updates/2024-10-18-title.md +++ b/_posts/updates/2024-10-18-title.md @@ -2,4 +2,4 @@ title: "site update" date: 2024-10-18 --- -new blog post about [my relationship with coffee]({% link _posts/2024-10-18-coffee.md %}), new site [milestone]({% link _pages/about.md %}#milestones) (1100 views!); fixed the way paragraphs display on mobile (or very smol screens). \ No newline at end of file +new blog post about [my relationship with coffee]({% link _posts/2024-10-18-coffee.md %}), new site [milestone]({% link _pages/about.md %}#milestones) (1100 views!); fixed the way paragraphs display on mobile/smol screens and did some tweaking on the navmenu css so maybe it should be easier to tell what's a clickable/expandable bit and what is a page in a category now. :'D \ No newline at end of file diff --git a/style.css b/style.css index 840fb20..91a0c39 100644 --- a/style.css +++ b/style.css @@ -146,10 +146,8 @@ footer { .submenu { display: none; text-decoration: none; -} - -.submenu-toggle { font-style: italic; + font-size: .8rem; } .menu-item a:hover { @@ -491,6 +489,7 @@ hr { margin: auto; font-family: firstly, cursive; font-size: 1.5rem; + padding: .5rem; } #tag-cloud > * {