Guest User

Untitled

a guest
Feb 18th, 2018
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. ```css
  2. // force footer to newline if screen below 544px
  3. @media screen and (max-width: 544px) {
  4. #mapContainer>a:nth-child(2)::after {
  5. content: "\a";
  6. white-space: pre;
  7. }
  8. #author>p>span::before {
  9. content: "\a";
  10. white-space: pre;
  11. }
  12. }
  13. ```
Add Comment
Please, Sign In to add comment