Skip to content

Commit c8ac7f7

Browse files
authored
refactor: update document header sizes (#29)
1 parent 8549776 commit c8ac7f7

File tree

1 file changed

+4
-10
lines changed

1 file changed

+4
-10
lines changed

resources/assets/css/_document.css

Lines changed: 4 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -53,26 +53,20 @@ code.hljs .hljs-ln-n {
5353
}
5454

5555
.documentation-content h1 {
56-
@apply mb-8 text-2xl font-bold text-theme-secondary-900;
56+
@apply mb-8;
5757
}
5858

5959
.documentation-content h2 {
60-
@apply pt-6 mt-6 mb-4 text-xl font-bold border-t text-theme-secondary-900 border-theme-secondary-200;
60+
@apply pt-6 mt-6 mb-4 border-t border-theme-secondary-200;
6161
}
6262
.documentation-content h3 {
63-
@apply mb-4 text-lg font-bold text-theme-secondary-900;
63+
@apply mb-4;
6464
}
6565

6666
/* Header Responsiveness */
6767
@screen sm {
6868
.documentation-content h2 {
69-
@apply pt-10 mt-10 text-2xl;
70-
}
71-
}
72-
73-
@screen md {
74-
.documentation-content h1 {
75-
@apply text-4xl;
69+
@apply pt-10 mt-10;
7670
}
7771
}
7872

0 commit comments

Comments
 (0)