Skip to content

Commit

Permalink
fix up padding issue on header when not is-sticky
Browse files Browse the repository at this point in the history
  • Loading branch information
annacmc committed Nov 25, 2024
1 parent 00c71fb commit 1aca2f1
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions client/my-sites/stats/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@ $stats-card-min-width: 390px;
}
}

.stats__period-header {
padding: 0 32px;
}


.stats-card {
@media (max-width: $break-medium) {
min-width: $stats-card-min-width;
Expand Down Expand Up @@ -239,9 +234,6 @@ $stats-card-min-width: 390px;
.sticky-panel.is-sticky {
padding: 0;
}
.sticky-panel.is-sticky {
padding: 0;
}

}

Expand Down

0 comments on commit 1aca2f1

Please sign in to comment.