12 lines
232 B
CSS
12 lines
232 B
CSS
#call-to-action {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
text-align: center;
|
|
background-color: var(--background-color-2);
|
|
}
|
|
|
|
#call-to-action .description {
|
|
margin:2rem;
|
|
} |