Skip to content

Commit

Permalink
Fit two XS/S teasers on common iPhone screens
Browse files Browse the repository at this point in the history
REDMINE-20852
  • Loading branch information
tf committed Jan 17, 2025
1 parent 601f9da commit 7eab279
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
width: calc((100% - var(--gap) * (var(--columns) - 1)) / var(--columns));
}

@container (min-width: 320px) {
@container (min-width: 315px) {
.linkWidth-xs,
.linkWidth-s {
--columns: 2
Expand Down

0 comments on commit 7eab279

Please sign in to comment.