feat: Add custom breakpoint for laptop dimensions (1348px)
- Added a new breakpoint "laptop" with a width of 1348px to the Tailwind configuration. - This breakpoint accommodates the dimensions of 1348px width for responsive designs.
This commit is contained in:
@@ -10,6 +10,15 @@ module.exports = {
|
||||
colors: {
|
||||
"littwin-blue": "#00AEEF", // Definiere die Farbe mit dem gewünschten Hex-Wert
|
||||
},
|
||||
screens: {
|
||||
sm: "640px",
|
||||
md: "768px",
|
||||
lg: "1024px",
|
||||
xl: "1280px",
|
||||
laptop: "1348px", // Neue Bildschirmgröße für Laptop
|
||||
"2xl": "1600px",
|
||||
"3xl": "1920px",
|
||||
},
|
||||
},
|
||||
},
|
||||
plugins: [],
|
||||
|
||||
Reference in New Issue
Block a user