mirror of
https://github.com/vercel/next-learn.git
synced 2026-06-11 09:51:47 +00:00
27 lines
346 B
CSS
27 lines
346 B
CSS
.heading2Xl {
|
|
font-size: 2.5rem;
|
|
line-height: 1.2;
|
|
font-weight: 800;
|
|
letter-spacing: -0.05rem;
|
|
margin: 1rem 0;
|
|
}
|
|
|
|
.headingLg {
|
|
font-size: 1.5rem;
|
|
line-height: 1.4;
|
|
margin: 0.25rem 0 0.5rem;
|
|
}
|
|
|
|
.headingMd {
|
|
font-size: 1.2rem;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.borderCircle {
|
|
border-radius: 9999px;
|
|
}
|
|
|
|
.colorInherit {
|
|
color: inherit;
|
|
}
|