Last active
February 10, 2017 16:11
-
-
Save benmcnelly/dfb168292fe5dd749d493e5723e5a43b to your computer and use it in GitHub Desktop.
This file contains 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
@media (max-width: 550px) { | |
.post-title { | |
width: 200px; | |
} | |
.post-date { | |
display: block; | |
width: 100px; | |
float: right; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment