8 lines
127 B
SCSS
8 lines
127 B
SCSS
|
// Styling for the call to action section
|
||
|
.call-to-action {
|
||
|
padding: 50px 0;
|
||
|
h2 {
|
||
|
margin: 0 auto 20px;
|
||
|
}
|
||
|
}
|