Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @-moz-document domain("lemmy.ca"), domain("lemmy.ml"), domain("lemmy.one") {
- .container,
- .container-lg,
- .container-md,
- .container-sm,
- .container-xl {
- max-width: 90% !important;
- }
- body {
- background-color: #fafafa;
- }
- html {
- font-size: 90%;
- }
- h5, .h5 {
- font-size: 18px;
- }
- .card-body h3 {
- font-size: 19px;
- }
- .details, comment-node, py-2 {
- padding: 0px;
- margin: 0px;
- }
- .col-sm-2, pr-0 {
- max-width: 120px;
- }
- .col-md-8 {
- flex: 0 0 75% !important;
- max-width: 75% !important;
- }
- .col-md-4 {
- flex: 0 0 25% !important;
- max-width: 25% !important;
- }
- .thumbnail{
- width: 90px;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement