Advertisement
Guest User

Untitled

a guest
Jun 15th, 2023
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.94 KB | None | 0 0
  1. @-moz-document domain("lemmy.ca"), domain("lemmy.ml"), domain("lemmy.one") {
  2. .container,
  3. .container-lg,
  4. .container-md,
  5. .container-sm,
  6. .container-xl {
  7.     max-width: 90% !important;
  8. }
  9.  
  10. body {
  11.     background-color: #fff;
  12. }
  13.  
  14. html {
  15.     font-size: 90%;
  16. }
  17.  
  18. h5, .h5 {
  19.     font-size: 17px;
  20. }
  21.  
  22. .mb-3, .my-3 {
  23.     margin-top: 0.6rem !important;
  24.     margin-bottom: 0.6rem !important;
  25.     margin-left: 0.8rem !important;
  26. }
  27.  
  28. .mt-4, .my-4 {
  29.     margin-top: 0.8rem !important;
  30. }
  31.  
  32. .card-body h3 {
  33.     font-size: 16px;
  34. }
  35.  
  36. .card, border-secondary, mb-3 {
  37.     border-radius: 0 !important;
  38. }
  39.  
  40. .details, comment-node, py-2 {
  41.     padding: 0px;
  42.     margin: 0px;
  43. }
  44.    
  45. .thumbnail{
  46.     width: 90px;
  47. }
  48.  
  49. .col-sm-2, pr-0 {
  50.     max-width: 100px;
  51.     padding: 0px;
  52. }
  53.  
  54. .col-md-8 {
  55.     flex: 0 0 78% !important;
  56.     max-width: 78% !important;
  57. }
  58.  
  59. .col-md-4 {
  60.     flex: 0 0 22% !important;
  61.     max-width: 22% !important;
  62. }
  63.  
  64.  
  65. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement