From 1bbee644f6d9360607e04691dc127467905284bc Mon Sep 17 00:00:00 2001 From: Marcell Mars Date: Sun, 8 Mar 2020 01:58:32 +0100 Subject: [PATCH] !publish! well.. --- themes/piratecare/assets/css/postcss.config.js | 2 +- themes/piratecare/assets/css/tailwind.config.js | 4 ++++ themes/piratecare/layouts/_default/baseof.html | 6 +++--- themes/piratecare/layouts/_default/list.html | 13 +++++++++++++ 4 files changed, 21 insertions(+), 4 deletions(-) diff --git a/themes/piratecare/assets/css/postcss.config.js b/themes/piratecare/assets/css/postcss.config.js index 3c8f3f3..7e8205a 100644 --- a/themes/piratecare/assets/css/postcss.config.js +++ b/themes/piratecare/assets/css/postcss.config.js @@ -17,7 +17,7 @@ module.exports = { 'content/**/*.html', ], // Include any special characters you're using in this regular expression - defaultExtractor: content => content.match(/[\w-/:]+(? content.match(/[A-Za-z0-9-_:\/]+/g) || [], fontFace: true }), require('autoprefixer')({ diff --git a/themes/piratecare/assets/css/tailwind.config.js b/themes/piratecare/assets/css/tailwind.config.js index ef86c60..7e71b7a 100644 --- a/themes/piratecare/assets/css/tailwind.config.js +++ b/themes/piratecare/assets/css/tailwind.config.js @@ -1,5 +1,9 @@ module.exports = { theme: { + screens: { + 'md': {'max': '767px'}, + 'lg': {'min': '768px'} + }, fontFamily: { 'vg5000': ['"VG5000-Regular"', 'sans'], 'playfair': ['"PlayfairDisplay Regular"', 'sans'] diff --git a/themes/piratecare/layouts/_default/baseof.html b/themes/piratecare/layouts/_default/baseof.html index c5e2f4e..5481ee6 100644 --- a/themes/piratecare/layouts/_default/baseof.html +++ b/themes/piratecare/layouts/_default/baseof.html @@ -15,11 +15,11 @@ {{ end }} {{- partial "header.html" . -}} -
-