Skip to content

Commit

Permalink
Logged-in Performance Profiler: Reduce insight item padding on tablet…
Browse files Browse the repository at this point in the history
… and below
  • Loading branch information
zaguiini committed Sep 30, 2024
1 parent 1e94793 commit bc369cd
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions client/hosting/performance/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,16 @@ $section-max-width: 1224px;
fill: $studio-red-80;
}
}

@media (max-width: $break-large) {
.insight-header-container .counter {
display: none;
}

.metrics-insight-item .foldable-card__content > div {
padding-inline: 0;
}
}
}

.site-performance-device-tab-controls__container {
Expand Down

0 comments on commit bc369cd

Please sign in to comment.