mirror of
https://git.coop/cotech/website.git
synced 2025-06-26 16:40:52 +00:00
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);
|
||||
|
@ -55,8 +55,8 @@ layout: home
|
||||
|
||||
</section>
|
||||
|
||||
<section>
|
||||
<h2>Get In Touch</h2>
|
||||
<section class="slice slice--blue">
|
||||
<h2 class="slice_title">Get In Touch</h2>
|
||||
<p>All the members of CoTech are available to hire, and each has
|
||||
different specialisms. We vary in size from 2 people to 40+
|
||||
people. Browse the <a href="#members">members</a> and get in touch
|
||||
|
Reference in New Issue
Block a user