[2025-04-25] Multiple design improvements
- Font size and scaling better for different displays - Added 88x31 buttons in footer - Other minor changes to CSS and layouts
This commit is contained in:
parent
5a1ce2af21
commit
c51385f72b
18 changed files with 68 additions and 57 deletions
|
@ -1,10 +1,9 @@
|
|||
---
|
||||
layout: default
|
||||
---
|
||||
<span style="font-size: x-large;"><a href="/">~</a> > <a href="/{{page.category}}">{{page.category}}</a> > <a href="">{{page.title}}</a><br></span>
|
||||
<br>
|
||||
<span style="font-family: Geist Mono;">
|
||||
{{ page.date | date: "%Y-%m-%d" }}<br>
|
||||
<span style="font-size: 16px;"><a href="/">~</a> / <a href="/{{page.category}}">{{page.category}}</a> / <a href="">{{page.title}}</a><br></span>
|
||||
<span style="font-family: Geist Mono;font-size:16px;">
|
||||
{{ page.date | date: "%Y-%m-%d" }}<br>
|
||||
{{ content | reading_time | pluralize: "minute" }}
|
||||
</span>
|
||||
<hr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue