Skip to content

Commit e6f764a

Browse files
committed
Research-row collapse to single column at $bp-tablet (960px) instead of $bp-phone
On landscape mobile / tablet (e.g. iPhone landscape ~844px, iPad portrait 768px), the desktop 3-column grid still applied, so the photo was centered within its 280px right column — visually still on the right side of the page. Bumping the breakpoint so the row stacks into one centered column at any viewport <= 960px.
1 parent 19e43e4 commit e6f764a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

assets/css/style.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ details.show-more {
736736
border-radius: 4px;
737737
}
738738
}
739-
@media (max-width: $bp-phone) {
739+
@media (max-width: $bp-tablet) {
740740
.research-row {
741741
grid-template-columns: 1fr;
742742
> i { margin: 0 auto; }

0 commit comments

Comments
 (0)