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:
Volker E. 2024-05-29 14:41:31 -07:00
parent a7b1c561ae
commit 493e20d52b

View file

@ -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;