13 lines
152 B
CSS
13 lines
152 B
CSS
.call-to-action {
|
|
text-align: center;
|
|
}
|
|
|
|
.call-to-action > h1 {
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.call-to-action > p {
|
|
font-size: 18px;
|
|
font-weight: 500;
|
|
}
|