MediaWiki:Mobile.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 758: Line 758:
     font-weight: bold;
     font-weight: bold;
     line-height: 1.3;
     line-height: 1.3;
    margin: 0 0 0.5em;
}
}


ul.card-book-followon-list {
ul.card-book-followon-list {
     margin: 0;
     margin: 0;
    padding: 0;
}
}


Line 769: Line 771:
     grid-template-columns: 80px 1fr;
     grid-template-columns: 80px 1fr;
     gap: 0.75em;
     gap: 0.75em;
    width: 100%;
}
.card-book-followon-list-item:not(:last-child) {
     margin: 0 0 0.75em;
     margin: 0 0 0.75em;
    width: 100%;
}
}