From 433b60dadde7389c7c7edbadac7dd37c53cadd4b Mon Sep 17 00:00:00 2001 From: Colin Kallemein Date: Sat, 3 Aug 2024 23:34:31 +0200 Subject: [PATCH] Responsiveness inventory WIP --- .../utilities/inventory/Inventory.vue | 250 ++++++++++-------- tailwind.config.js | 3 + 2 files changed, 136 insertions(+), 117 deletions(-) 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)',