diff --git a/cerberus-fluid.html b/cerberus-fluid.html index d1ec6b99..c23c3b1f 100644 --- a/cerberus-fluid.html +++ b/cerberus-fluid.html @@ -107,19 +107,19 @@ /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */ @media only screen and (min-device-width: 320px) and (max-device-width: 374px) { - .email-container { + u ~ div .email-container { min-width: 320px !important; } } /* iPhone 6, 6S, 7, 8, and X */ @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { - .email-container { + u ~ div .email-container { min-width: 375px !important; } } /* iPhone 6+, 7+, and 8+ */ @media only screen and (min-device-width: 414px) { - .email-container { + u ~ div .email-container { min-width: 414px !important; } } diff --git a/cerberus-hybrid.html b/cerberus-hybrid.html index 9f4f7fb0..e6112e87 100644 --- a/cerberus-hybrid.html +++ b/cerberus-hybrid.html @@ -107,19 +107,19 @@ /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */ @media only screen and (min-device-width: 320px) and (max-device-width: 374px) { - .email-container { + u ~ div .email-container { min-width: 320px !important; } } /* iPhone 6, 6S, 7, 8, and X */ @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { - .email-container { + u ~ div .email-container { min-width: 375px !important; } } /* iPhone 6+, 7+, and 8+ */ @media only screen and (min-device-width: 414px) { - .email-container { + u ~ div .email-container { min-width: 414px !important; } } diff --git a/cerberus-responsive.html b/cerberus-responsive.html index 9a7a64d1..00c721df 100644 --- a/cerberus-responsive.html +++ b/cerberus-responsive.html @@ -107,19 +107,19 @@ /* iPhone 4, 4S, 5, 5S, 5C, and 5SE */ @media only screen and (min-device-width: 320px) and (max-device-width: 374px) { - .email-container { + u ~ div .email-container { min-width: 320px !important; } } /* iPhone 6, 6S, 7, 8, and X */ @media only screen and (min-device-width: 375px) and (max-device-width: 413px) { - .email-container { + u ~ div .email-container { min-width: 375px !important; } } /* iPhone 6+, 7+, and 8+ */ @media only screen and (min-device-width: 414px) { - .email-container { + u ~ div .email-container { min-width: 414px !important; } }