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:
@@ -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',
|
||||
},
|
||||
|
Reference in New Issue
Block a user