TeleQom.org/css/sections/call-to-action.css

12 lines
232 B
CSS
Raw Normal View History

2023-03-15 19:53:04 +00:00
#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;
}