forked from autonomic-cooperative/cotech-website
Style the "get in touch" slice
This commit is contained in:
@ -120,10 +120,26 @@ h1, h2, h3, h4, h5, h6 {
|
||||
background-color: var(--cotech-light-grey);
|
||||
}
|
||||
|
||||
.slice--blue {
|
||||
background-color: var(--cotech-blue);
|
||||
}
|
||||
|
||||
.slice-subtitle {
|
||||
color: var(--cotech-light-grey);
|
||||
}
|
||||
|
||||
.slice--blue .slice_title {
|
||||
color: var(--cotech-white);
|
||||
}
|
||||
|
||||
.slice p {
|
||||
max-width: 70ch;
|
||||
}
|
||||
|
||||
.slice--blue p {
|
||||
color: var(--cotech-white);
|
||||
}
|
||||
|
||||
.metadata {
|
||||
display: flex;
|
||||
gap: var(--space-xl);
|
||||
|
Reference in New Issue
Block a user