mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-27 09:41:01 +00:00
styles: Replace deprecated breakpoint tokens with Codex defined ones
Current breakpoint tokens have been put in place in core and major skins and have been merged and used in Codex and other places for a while now. Bug: T349793 Depends-On: I3afba8c51f60de9271054499bfa3ffbcc1a9d779 Change-Id: Ied58a3746fb164c1a4fe5819e56da6aca60fe7b1
This commit is contained in:
parent
a7b1c561ae
commit
493e20d52b
|
@ -39,7 +39,7 @@
|
|||
}
|
||||
|
||||
@supports ( display: grid ) {
|
||||
@media all and ( min-width: @width-breakpoint-desktop ) {
|
||||
@media all and ( min-width: @min-width-breakpoint-desktop ) {
|
||||
.read-more-container-card-list {
|
||||
grid-template-columns: repeat( 3, 1fr );
|
||||
column-gap: 10px;
|
||||
|
|
Loading…
Reference in a new issue