1
0
mirror of https://github.com/typemill/typemill.git synced 2025-08-06 22:26:32 +02:00

V2 responsive system

This commit is contained in:
trendschau
2023-09-11 18:09:36 +02:00
parent 7056e15afa
commit 3393fd9065
18 changed files with 376 additions and 189 deletions

View File

@@ -3,7 +3,14 @@ module.exports = {
content: ["./system/typemill/author/**/*.{html,js,twig}"],
theme: {
extend: {
width: {
screens: {
'lg': '1024px', // You can adjust this breakpoint if needed
},
spacing: {
// Define the 'half' spacing utility
'half': '50%', // You can adjust this value as needed
},
width: {
'half': '48%',
'54rem': '54rem',
},