+
We strive to be a model of thought leadership and innovation in the tech sector and the progressive business movement. Our aim is to change both our industry and society through cooperation.
diff --git a/assets/css/app.css b/assets/css/app.css
index bdf2cda..2455943 100644
--- a/assets/css/app.css
+++ b/assets/css/app.css
@@ -211,6 +211,16 @@ section, footer, header {
gap: var(--space-sm);
}
+.large-only {
+ display: none;
+}
+
+@media screen and (width > 480px) {
+ .large-only {
+ display: inline;
+ }
+}
+
.btn {
padding: var(--space-sm) var(--space-lg);
background: var(--cotech-white);
@@ -249,6 +259,10 @@ section, footer, header {
grid-template-columns: 1fr 1fr;
}
+.grid-uneven {
+ grid-gap: var(--space-lg);
+}
+
@media (min-width: 420px) {
.grid {
grid-template-columns: 1fr 1fr;
@@ -257,6 +271,10 @@ section, footer, header {
.grid-dense {
grid-template-columns: 1fr 1fr 1fr 1fr;
}
+
+ .grid-uneven {
+ grid-template-columns: 3fr 2fr;
+ }
}
.header {
@@ -353,22 +371,6 @@ section, footer, header {
}
}
-.hero__right {
- display: none;
-}
-
-@media screen and (width > 480px) {
- .hero {
- display: grid;
- gap: var(--space-xl);
- grid-template-columns: 3fr 2fr;
- }
-
- .hero__right {
- display: inline;
- }
-}
-
footer {
h3 {
border-left: none;
diff --git a/index.html b/index.html
index 51f9140..88ec77d 100644
--- a/index.html
+++ b/index.html
@@ -3,8 +3,8 @@ title: CoTech
layout: default
---
-
-
+
+
We're building a cooperative digital economy
CoTech is a UK-wide network of creative technology companies
@@ -21,7 +21,7 @@ layout: default
-