Advertisement
Guest User

Untitled

a guest
Jul 21st, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1.  
  2. /* ---------- General Layout ---------- */
  3. #sidebar {
  4. display: none
  5. }
  6. .page-wrapper {
  7. padding-right: 0!important;
  8. width: 100%;
  9. }
  10. .row {
  11. display: block!important;
  12. width: 100%;
  13. }
  14. .col-12 {
  15. float: left;
  16. width: 300px;
  17. }
  18. img {
  19. max-width: 100%!important;
  20. height: auto;
  21. }
  22. body, body * {
  23. font-family: 'Arial'!important;
  24. font-weight: normal!important;
  25. text-transform: none!important;
  26. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement