Skip to content

Commit

Permalink
Performance Profiler: Center mobile screenshot when wrapping
Browse files Browse the repository at this point in the history
  • Loading branch information
epeicher committed Sep 13, 2024
1 parent f88b7da commit 0198f82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/performance-profiler/pages/dashboard/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ $blueberry-color: #3858e9;
flex-wrap: wrap;
column-gap: 20px;
align-items: center;
@media (max-width: $break-small) {
@media (max-width: 875px) {
justify-content: center;
}
}
Expand Down

0 comments on commit 0198f82

Please sign in to comment.