mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/RelatedArticles
synced 2024-11-24 00:05:50 +00:00
Merge "styles: Replace deprecated breakpoint tokens with Codex defined ones"
This commit is contained in:
commit
8277af878e
|
@ -39,7 +39,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@supports ( display: grid ) {
|
@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 {
|
.read-more-container-card-list {
|
||||||
grid-template-columns: repeat( 3, 1fr );
|
grid-template-columns: repeat( 3, 1fr );
|
||||||
column-gap: 10px;
|
column-gap: 10px;
|
||||||
|
|
Loading…
Reference in a new issue