Advertisement
Guest User

SRC user section custom css

a guest
Aug 17th, 2021
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.23 KB | None | 0 0
  1. #widget {
  2.   display: none;
  3. }
  4.  
  5. @media (min-width: 1200px) {
  6.   #centerwidget {
  7.     width: calc(100% - 480px) !important;
  8.   }
  9. }
  10.  
  11. #centerwidget {
  12.   margin: auto;  
  13. }
  14.  
  15. .profile-picture{
  16.   max-width: 100px;
  17.   max-height: 200px;
  18. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement