Advertisement
fauzanjeg

For Full Size Image

Jan 7th, 2021
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.21 KB | None | 0 0
  1. /* For Full Size Image */
  2. .full_size_image {
  3.     width: 100vw !important;
  4.     margin-left: 0px !important;
  5.     margin-right: 0px !important;
  6.     padding-left: 0px !important;
  7.     padding-right: 0px !important;
  8. }
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement