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: #fff;
- }
- html {
- font-size: 90%;
- }
- h5, .h5 {
- font-size: 17px;
- }
- .mb-3, .my-3 {
- margin-top: 0.6rem !important;
- margin-bottom: 0.6rem !important;
- margin-left: 0.8rem !important;
- }
- .mt-4, .my-4 {
- margin-top: 0.8rem !important;
- }
- .card-body h3 {
- font-size: 16px;
- }
- .card, border-secondary, mb-3 {
- border-radius: 0 !important;
- }
- .details, comment-node, py-2 {
- padding: 0px;
- margin: 0px;
- }
- .thumbnail{
- width: 90px;
- }
- .col-sm-2, pr-0 {
- max-width: 100px;
- padding: 0px;
- }
- .col-md-8 {
- flex: 0 0 78% !important;
- max-width: 78% !important;
- }
- .col-md-4 {
- flex: 0 0 22% !important;
- max-width: 22% !important;
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement