diff --git a/src/components/TitleBlock.vue b/src/components/TitleBlock.vue index dda4273..94b9e64 100644 --- a/src/components/TitleBlock.vue +++ b/src/components/TitleBlock.vue @@ -1,9 +1,11 @@ diff --git a/tailwind.js b/tailwind.js index 32e7a89..9284d2b 100644 --- a/tailwind.js +++ b/tailwind.js @@ -56,6 +56,7 @@ module.exports = { }, borderWidths: { ...defaultConfig.borderWidths, + '3': '3px', '6': '6px', '10': '10px', },