Skip to content

Commit

Permalink
More style adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
joemcgill committed Nov 7, 2024
1 parent b0c712e commit 64eb3b4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions js/src/dashboard/summary-section/paid-features/index.scss
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
.gla-paid-features {
@media (max-width: $break-small) {
&__content {
flex-direction: column;

&__content {
flex-direction: column;

@media (min-width: $break-small) {
align-items: flex-start;
flex-direction: row;
gap: $grid-unit-20;
}
}
Expand Down

0 comments on commit 64eb3b4

Please sign in to comment.