Guest User

Untitled

a guest
Jan 15th, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. .entry-content .alignfull {
  2. position: relative;
  3. width: 100vw;
  4. left: 50%;
  5. right: 50%;
  6. margin-left: -50vw;
  7. margin-right: -50vw;
  8. }
  9. body .entry-content .alignfull > * {
  10. width: 100vw;
  11. max-width: none;
  12. }
Add Comment
Please, Sign In to add comment