mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-16 11:41:17 +02:00
update: post page layout
- Change default font style from sans to serif - Add responsive mobile header class - Update post images with new gallery images - Modify post title and layout styling - Simplify font style class application in Layout
This commit is contained in:
parent
e2cce321fc
commit
c63eaa3792
9 changed files with 13 additions and 13 deletions
|
@ -32,7 +32,7 @@ const { Content, remarkPluginFrontmatter } = await post.render()
|
|||
</h1>
|
||||
|
||||
<div
|
||||
class="mb-20.5 block c-primary font-time"
|
||||
class="mb-23.4 block c-primary font-time"
|
||||
transition:name={`time-${post.data.slug || post.slug}`}
|
||||
>
|
||||
<time>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue