Merge "styles: Replace deprecated breakpoint tokens with Codex defined ones"

This commit is contained in:
jenkins-bot 2024-06-06 19:46:10 +00:00 committed by Gerrit Code Review
commit 8277af878e

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;