Forked from sarachisholm/responsive-email-fab-four.css
Last active
March 17, 2017 19:44
-
-
Save shopifypartners/b129fd7fbb0a925f7e1dc94311bbd535 to your computer and use it in GitHub Desktop.
The Fab Four technique with calc CSS - https://www.shopify.com/partners/blog/dirty-css-hacks-for-responsive-emails
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
.box { | |
display: inline-block; | |
min-width: 50%; | |
max-width: 100%; | |
width: calc((480px - 100%) * 480); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment