Merge pull request #15 from decentraland/feat/update-heading-styles

feat: change heading style
This commit is contained in:
Braian Mellor 2024-08-15 12:45:31 -03:00 committed by GitHub
commit 02486e76a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 58 additions and 19 deletions

View File

@ -1,4 +1,38 @@
/* You can add custom styles here. */ /* 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"; // @import "plugins/numbered";
details.faq-details { details.faq-details {

View File

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