I regularly speak at conferences and user groups about a range of subjects including Drupal, Sculpin and Git. If you would like to me to speak at your group or conference, please get in touch.
-
+
Upcoming Talks
{% set upcoming_talks = getUpcomingTalks(data.talks|merge(site.talks), site.events) %}
diff --git a/tailwind.js b/tailwind.js
index 08f2e9a65..6e6944ee9 100644
--- a/tailwind.js
+++ b/tailwind.js
@@ -143,6 +143,7 @@ module.exports = {
'16': '4rem',
'24': '6rem',
'32': '8rem',
+ '40': '10rem',
'48': '12rem',
'64': '16rem',
'1/2': '50%',