Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.36 KB | None | 0 0
  1. .block-7 table {
  2.   width: 100% !important;
  3.   height: 100% !important;
  4. }
  5.  
  6. .block-7 table td:first-of-type,
  7. .block-7 table td:last-of-type {
  8.   white-space: normal;
  9. }
  10.  
  11. @media (max-width: 1199px) {
  12.   .block-7 table {
  13.     width: 100%;
  14.     border-right-width: 2px;
  15.     overflow: hidden;
  16.   }  
  17.  
  18.   .block-7 table th:nth-child(2) {
  19.     display: none;
  20.   }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement