mirror of
https://github.com/tailwindlabs/tailwindcss.git
synced 2025-12-08 21:36:08 +00:00
Merge pull request #759 from tailwindcss/sm-screen-640
Change sm screen to 640px
This commit is contained in:
commit
fd3dc6e9c4
@ -545,9 +545,9 @@ samp {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 568px) {
|
||||
@media (min-width: 640px) {
|
||||
.container {
|
||||
max-width: 568px;
|
||||
max-width: 640px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -6601,7 +6601,7 @@ samp {
|
||||
color: #e3342f;
|
||||
}
|
||||
|
||||
@media (min-width: 568px) {
|
||||
@media (min-width: 640px) {
|
||||
.sm\:list-reset {
|
||||
list-style: none !important;
|
||||
padding: 0 !important;
|
||||
|
||||
@ -2,7 +2,7 @@
|
||||
color: red;
|
||||
}
|
||||
|
||||
@media (min-width: 568px) {
|
||||
@media (min-width: 640px) {
|
||||
.sm\:example {
|
||||
color: red;
|
||||
}
|
||||
|
||||
@ -545,9 +545,9 @@ samp {
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
@media (min-width: 568px) {
|
||||
@media (min-width: 640px) {
|
||||
.container {
|
||||
max-width: 568px;
|
||||
max-width: 640px;
|
||||
}
|
||||
}
|
||||
|
||||
@ -6601,7 +6601,7 @@ samp {
|
||||
color: #e3342f;
|
||||
}
|
||||
|
||||
@media (min-width: 568px) {
|
||||
@media (min-width: 640px) {
|
||||
.sm\:list-reset {
|
||||
list-style: none;
|
||||
padding: 0;
|
||||
|
||||
@ -107,7 +107,7 @@ module.exports = function() {
|
||||
'64': '16rem',
|
||||
},
|
||||
screens: {
|
||||
sm: '568px',
|
||||
sm: '640px',
|
||||
md: '768px',
|
||||
lg: '1024px',
|
||||
xl: '1280px',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user