Advertisement
Guest User

Untitled

a guest
Feb 18th, 2020
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. .imagem-dentro-noticia-wrapper.imagem-a-direita {
  2. margin-left: 15px !important;
  3. }
  4. .imagem-dentro-noticia-wrapper.imagem-a-direita img {
  5. max-width: calc(100% + 30px);
  6. position: relative;
  7. left: -15px;
  8. }
  9. .imagem-dentro-noticia-wrapper.imagem-a-esquerda {
  10. margin-right: 15px !important;
  11. }
  12. .imagem-dentro-noticia-wrapper.imagem-a-esquerda img {
  13. max-width: calc(100% + 30px);
  14. position: relative;
  15. right: -15px;
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement