Main Page.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 270: | Line 270: | ||
background: #16223a; | background: #16223a; | ||
border-color: #3a5a9a; | border-color: #3a5a9a; | ||
} | |||
.crw-hero-actions{ | |||
margin-top: 1.25em; | |||
display: flex; | |||
flex-wrap: wrap; | |||
justify-content: center; | |||
gap: 0.75em; | |||
background: transparent; | |||
padding: 0; | |||
} | |||
.crw-hero-actions > span{ | |||
display: inline-flex; | |||
} | |||
.crw-hero-actions p{ | |||
margin: 0; | |||
} | } | ||