+
diff --git a/client/tailwind.config.js b/client/tailwind.config.js
index a4d9dd8c..1509f715 100644
--- a/client/tailwind.config.js
+++ b/client/tailwind.config.js
@@ -14,7 +14,8 @@ module.exports = {
'text-green-500',
'py-1.5',
'bg-info',
- 'px-1.5'
+ 'px-1.5',
+ 'min-w-5'
],
},
theme: {
@@ -36,11 +37,14 @@ module.exports = {
'32': '8rem',
'40': '10rem',
'48': '12rem',
+ '52': '13rem',
'64': '16rem',
'80': '20rem'
},
minWidth: {
+ '5': '1.25rem',
'6': '1.5rem',
+ '10': '2.5rem',
'12': '3rem',
'16': '4rem',
'20': '5rem',