diff --git a/src/components/utilities/inventory/Inventory.vue b/src/components/utilities/inventory/Inventory.vue index 4c799b3..36be267 100644 --- a/src/components/utilities/inventory/Inventory.vue +++ b/src/components/utilities/inventory/Inventory.vue @@ -1,136 +1,152 @@ \ No newline at end of file diff --git a/tailwind.config.js b/tailwind.config.js index e4676ff..e28975e 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -9,6 +9,9 @@ export default { backgroundSize: { '30px': '30px' }, + screens: { + 'xl': '1200px', + }, extend: { inset: { '1/6': 'calc(100% / 6)',