mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-03-27 11:01:38 -04:00
21 lines
217 B
CSS
21 lines
217 B
CSS
.btn-cta-big {
|
|
max-height: 100%;
|
|
height: 70px;
|
|
font-size: 40px;
|
|
}
|
|
|
|
.big-heading {
|
|
font-size: 50px !important;
|
|
}
|
|
h1,
|
|
h2,
|
|
h3,
|
|
h4,
|
|
h5,
|
|
h6 {
|
|
font-weight: 400;
|
|
}
|
|
|
|
.text-center {
|
|
text-align: center !important;
|
|
} |