diff --git a/_layouts/coop.html b/_layouts/coop.html index c24a7fe..5cda501 100644 --- a/_layouts/coop.html +++ b/_layouts/coop.html @@ -18,7 +18,7 @@ -

{{ page.name }}

+

{{ page.name }}

{{ page.website }} @@ -26,115 +26,114 @@
-
- -
-
-
- -
- {% if page.email %} -
- Email: -

{{ page.email }}

-
- {% endif %} - {% if page.telephone %} -
- Tel: -

{{ page.telephone }}

-
- {% endif %} - {% if page.address %} -
- Address: -

{{ page.address | split: "," | join: "
" }}

-
- {% endif %} -
-
- - -
- -
-

{{ content }}

-
- - - {% if page.services %} - -
-

Services

- -
- {% for service in page.services %} - {% assign s = site.services | where: "slug", service | first %} - - {% endfor %} -
-
- +
+ +
+
+
+ +
+ {% if page.email %} +
+ Email: +

{{ page.email }}

+
{% endif %} - - {% if page.technologies %} - -
-

Technologies

- -
- {% for technology in page.technologies %} - {% assign t = site.technologies | where: "slug", technology | first %} - - {% endfor %} -
-
- + {% if page.telephone %} +
+ Tel: +

{{ page.telephone }}

+
{% endif %} - - {% if page.clients %} - -
-

Clients

- -
- {% for client in page.clients %} - {% assign c = site.clients | where: "slug", client | first %} -
-
-
{{ c.title }}
-
- {% endfor %} -
-
- + {% if page.address %} +
+ Address: +

{{ page.address | split: "," | join: "
" }}

+
{% endif %} -
+ +
+ + +
+ +
+

{{ content }}

+
+ + + {% if page.services %} + +
+

Services

+ +
+ {% for service in page.services %} + {% assign s = site.services | where: "slug", service | first %} + + {% endfor %} +
+
+ + {% endif %} + + {% if page.technologies %} + +
+

Technologies

+ +
+ {% for technology in page.technologies %} + {% assign t = site.technologies | where: "slug", technology | first %} + + {% endfor %} +
+
+ + {% endif %} + + {% if page.clients %} + +
+

Clients

+ +
+ {% for client in page.clients %} + {% assign c = site.clients | where: "slug", client | first %} +
+
+
{{ c.title }}
+
+ {% endfor %} +
+
+ + {% endif %}
diff --git a/_layouts/default.html b/_layouts/default.html index 631c417..e8a625d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -12,7 +12,7 @@
-

{{ page.heading }}

+

{{ page.heading }}

diff --git a/_layouts/service.html b/_layouts/service.html index dc4206e..1be1551 100644 --- a/_layouts/service.html +++ b/_layouts/service.html @@ -16,7 +16,7 @@
-

Coops that offer {{ page.name }}

+

Coops that offer {{ page.name }}

diff --git a/_layouts/technology.html b/_layouts/technology.html index 680f991..443bfb6 100644 --- a/_layouts/technology.html +++ b/_layouts/technology.html @@ -16,7 +16,7 @@
-

Coops that use {{ page.name }}

+

Coops that use {{ page.name }}

diff --git a/app/themes/coop-tech-oowp-theme/public/css/app.css b/app/themes/coop-tech-oowp-theme/public/css/app.css index 701deed..9598c81 100644 --- a/app/themes/coop-tech-oowp-theme/public/css/app.css +++ b/app/themes/coop-tech-oowp-theme/public/css/app.css @@ -4163,15 +4163,15 @@ h6 { @media screen and (min-width: 40em) { h1 { - font-size: 3rem; } - h2 { font-size: 2.5rem; } - h3 { + h2 { font-size: 1.9375rem; } - h4 { + h3 { font-size: 1.5625rem; } - h5 { + h4 { font-size: 1.25rem; } + h5 { + font-size: 1.0625rem; } h6 { font-size: 1rem; } }