feat: change heading style

This commit is contained in:
Braian Mellor 2024-08-15 12:26:14 -03:00
parent 0ee0802947
commit e5696f0c9f
No known key found for this signature in database
GPG Key ID: 4E4CF9682E9E03D9
2 changed files with 58 additions and 19 deletions

View File

@ -1,4 +1,38 @@
/* You can add custom styles here. */
h1 {
font-size: 48px;
font-weight: 600;
line-height: 56.02px;
text-align: left;
}
h2 {
font-size: 32px;
font-weight: 500;
line-height: 39.52px;
text-align: left;
}
h3 {
font-size: 24px;
font-weight: 500;
line-height: 32.02px;
text-align: left;
}
h4 {
font-size: 20px;
font-weight: 500;
line-height: 32px;
text-align: left;
}
h5 {
font-size: 16px;
font-weight: 400;
line-height: 28px;
text-align: left;
}
// @import "plugins/numbered";
details.faq-details {

View File

@ -17,10 +17,6 @@
margin-top: $padding-16 * 3;
margin-bottom: $padding-4;
font-weight: 500;
font-size: 21px;
line-height: 30px;
a.anchor {
opacity: 0;
font-size: 0.75em;
@ -35,26 +31,35 @@
}
h1 {
font-style: normal;
font-size: 48px;
font-weight: 600;
font-size: 28px;
line-height: 34px;
line-height: 56.02px;
font-style: normal;
margin-bottom: 12px;
}
h4,
h5,
h6 {
font-weight: bolder;
h2 {
font-size: 32px;
font-weight: 500;
line-height: 39.52px;
}
h3 {
font-size: 24px;
font-weight: 500;
line-height: 32.02px;
}
h4 {
font-size: 20px;
font-weight: 500;
line-height: 32px;
}
h5 {
font-size: 0.875em;
}
h6 {
margin-top: 28px;
font-size: 1.15em;
font-size: 16px;
font-weight: 400;
line-height: 28px;
}
.goat {