Skip to content

Commit 8a1422c

Browse files
authored
Merge pull request #1011 from TsukemonoGit/dev
tyoi
2 parents 2f21345 + 25fc284 commit 8a1422c

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/lib/components/MarkdownItem/Simple/Heading.svelte

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -127,29 +127,29 @@
127127
.h5,
128128
.h6 {
129129
@apply font-title tracking-wide mt-8 mb-6 py-1.5;
130-
line-height: 1em;
130+
line-height: 1.2em;
131131
}
132132
.h1,
133133
.h2 {
134134
@apply border-b border-neutral-200;
135135
}
136136
.h1 {
137-
font-size: 2em;
137+
font-size: 1.8em;
138138
font-weight: 600;
139139
}
140140
141141
.h2 {
142-
font-size: 1.8em;
142+
font-size: 1.6em;
143143
font-weight: 600;
144144
}
145145
146146
.h3 {
147-
font-size: 1.6em;
147+
font-size: 1.4em;
148148
font-weight: 600;
149149
}
150150
151151
.h4 {
152-
font-size: 1.4em;
152+
font-size: 1.3em;
153153
font-weight: 600;
154154
}
155155
@@ -160,7 +160,7 @@
160160
161161
.h6 {
162162
/* @apply text-base mt-4 mb-2 font-bold; */
163-
font-size: 1em;
163+
font-size: 1.1em;
164164
font-weight: 600;
165165
}
166166
</style>

0 commit comments

Comments
 (0)