Add custom screen sizes
This commit is contained in:
pare
fa860e4fb8
commit
106ec485a2
S'han modificat 1 arxius amb 10 adicions i 0 eliminacions
|
@ -3,6 +3,16 @@ const config = {
|
|||
|
||||
theme: {
|
||||
extend: {},
|
||||
screens: {
|
||||
'lg': {'min': '1024px'},
|
||||
// => @media (max-width: 1023px) { ... }
|
||||
|
||||
'md': {'max': '1023px'},
|
||||
// => @media (max-width: 767px) { ... }
|
||||
|
||||
'sm': {'max': '639px'},
|
||||
// => @media (max-width: 639px) { ... }
|
||||
}
|
||||
},
|
||||
|
||||
plugins: [
|
||||
|
|
Loading…
Referencia en una nova incidència