Skip to content

Instantly share code, notes, and snippets.

@thebeckyhamm
Created November 3, 2014 01:34
Show Gist options
  • Save thebeckyhamm/3fae28170d4bcc52ae41 to your computer and use it in GitHub Desktop.
Save thebeckyhamm/3fae28170d4bcc52ae41 to your computer and use it in GitHub Desktop.
Minimum paragraph width - pushes down paragraph next to floating images
p:before {
content: "";
width: 6em;
display: block;
overflow: hidden;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment