Last active
March 17, 2017 19:42
-
-
Save sarachisholm/d1062a9bcc6356e165d60137468ef38e to your computer and use it in GitHub Desktop.
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