mirror of
https://github.com/ipfs/ipfs-blog.git
synced 2026-08-07 01:12:47 +02:00
style: tweak h4/h5 styling for better hierarchy
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
itemscope
|
||||
itemtype="https://schema.org/BlogPosting"
|
||||
>
|
||||
<h1 class="type-h5 text-primary mr-4">
|
||||
<h1 class="type-h5 text-xl text-primary mr-4">
|
||||
<UnstyledLink :to="videoModalCard.path" class="clamp-3 hover:underline">
|
||||
{{ videoModalCard.title }}
|
||||
</UnstyledLink>
|
||||
|
||||
@@ -139,22 +139,22 @@ const theme = {
|
||||
h4: {
|
||||
fontFamily: theme('fontFamily.sans'),
|
||||
fontWeight: theme('fontWeight.normal'),
|
||||
fontSize: theme('fontSize.24'),
|
||||
fontSize: theme('fontSize.18'),
|
||||
letterSpacing: theme('letterSpacing.normal'),
|
||||
lineHeight: theme('lineHeight.130'),
|
||||
'@screen sm': {
|
||||
fontSize: theme('fontSize.24'),
|
||||
fontSize: theme('fontSize.18'),
|
||||
lineHeight: theme('lineHeight.140'),
|
||||
},
|
||||
},
|
||||
h5: {
|
||||
fontFamily: theme('fontFamily.display'),
|
||||
fontWeight: theme('fontWeight.semibold'),
|
||||
fontSize: theme('fontSize.18'),
|
||||
fontSize: theme('fontSize.16'),
|
||||
letterSpacing: theme('letterSpacing.tight'),
|
||||
lineHeight: theme('lineHeight.130'),
|
||||
'@screen sm': {
|
||||
fontSize: theme('fontSize.22'),
|
||||
fontSize: theme('fontSize.16'),
|
||||
},
|
||||
},
|
||||
p1: {
|
||||
|
||||
Reference in New Issue
Block a user