forked from github/pelican
fix: reduce h4 heading size
This commit is contained in:
parent
9f84d3e911
commit
37f4802e27
2 changed files with 4 additions and 22 deletions
|
|
@ -34,15 +34,8 @@
|
|||
h3 {
|
||||
@apply text-3xl md:text-4xl;
|
||||
}
|
||||
h4 {
|
||||
@apply md:text-3xl;
|
||||
}
|
||||
h5 {
|
||||
@apply text-2xl;
|
||||
}
|
||||
h6 {
|
||||
@apply text-xl;
|
||||
}
|
||||
/*for unknown reasons, h4 must be undefined to not make it bigger than h3*/
|
||||
/*h5-h6 are ignored by tailwind typography*/
|
||||
img {
|
||||
@apply drop-shadow-lg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue