1
2020-07-20 16:11:20 -04:00

17 lines
249 B
CSS

---
---
.color-space{
height:40vh;
{% if page.header_red %}
background-color: var(--color-red)!important;
{% else %}
background-color: var(--color-purple)!important;
{% endif %}
}
.title-container{
margin-top: 6rem;
}