diff --git a/_sass/components/_toolkit.scss b/_sass/components/_toolkit.scss index 874856d1d3..feeaf90093 100644 --- a/_sass/components/_toolkit.scss +++ b/_sass/components/_toolkit.scss @@ -151,6 +151,12 @@ .toolkit__card-list { margin-bottom: 10rem; + @media (min-width: 1232px) and (max-width: 1400px) { + padding-top: 1.7rem; + } + @media #{$bp-desktop-large-up} { + padding-top: 1.7rem; + } } @media only screen and (max-width: 1430px) { diff --git a/pages/toolkit.html b/pages/toolkit.html index fa96580a8d..799bfb6a3c 100644 --- a/pages/toolkit.html +++ b/pages/toolkit.html @@ -2,14 +2,17 @@ layout: default title: Toolkit permalink: /toolkit/ ---- +---
Toolkit implies that there is one set of tools that is perfect for the job you are tackling! - What you will find here are tools we have found to be effective. Think of this as the most awesome collective tool shed! - Here you can find, share, and suggest tools that are of use to the open source civic tech software community.
+ What you will find here are tools we have found to be effective. Think of this as the most awesome + collective tool shed! + Here you can find, share, and suggest tools that are of use to the open source civic tech software + community. +{{ item.description }}
-{{ item.description }}
+