css tweaks

This commit is contained in:
onomanapeia 2024-10-18 20:55:52 -05:00
parent e491f21d98
commit 110e75c88a
2 changed files with 3 additions and 4 deletions

View file

@ -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).
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

View file

@ -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 > * {