TeleQom.org/css/sections/call-to-action.css
2023-03-15 15:53:04 -04:00

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;
}