feat: facelift overall machines page and refactor

This commit is contained in:
Aarnav Tale
2024-04-22 14:33:51 -04:00
parent c6930732ee
commit 252e78d618
9 changed files with 1787 additions and 210 deletions
+11
View File
@@ -1,8 +1,19 @@
/* eslint-disable @typescript-eslint/naming-convention */
import type { Config } from 'tailwindcss'
export default {
content: ['./app/**/*.{js,jsx,ts,tsx}'],
theme: {
container: {
center: true,
padding: {
DEFAULT: '1rem',
sm: '2rem',
lg: '4rem',
xl: '5rem',
'2xl': '6rem'
}
},
extend: {
height: {
editor: 'calc(100vh - 20rem)'