css tweaks
This commit is contained in:
parent
e491f21d98
commit
110e75c88a
2 changed files with 3 additions and 4 deletions
|
@ -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
|
|
@ -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 > * {
|
||||
|
|
Loading…
Add table
Reference in a new issue