mirror of
https://github.com/reonokiy/blog.nokiy.net.git
synced 2025-06-17 20:01:33 +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
|
@ -14,7 +14,7 @@ const marginBottom = {
|
|||
}[titleSpace] || 'mb-4.6'
|
||||
---
|
||||
|
||||
<header class="mb-17">
|
||||
<header class="mb-17 lg:hidden">
|
||||
<h3 class={`${marginBottom} mt-4.7 text-8.6 c-secondary font-bold font-title`}>
|
||||
<!-- Fix text cut issue on ios by adding a div tag -->
|
||||
<div
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue