Code: Select all
.card h1 {
font-size: 20px;
font-weight: 400;
margin: 24px 0;
}
.card h1:first-child {
margin-top: 0px;
}
.card h2 {
font-size: 18px;
font-weight: 400;
}
.card h3 {
font-size: 16px;
font-weight: 400;
}
.card h4 {
font-size: 14px;
font-weight: 400;
}
Code: Select all
h1 {
font-size: 2.5rem;
}
h2 {
font-size: 2rem;
}
h3 {
font-size: 1.75rem;
}
h4 {
font-size: 1.5rem;
}
h5 {
font-size: 1.25rem;
}
h6 {
font-size: 1rem;
}