Skip to content

Commit

Permalink
Hotfixes for 0.41.0 RC (continued) (#802)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielguillan authored Oct 28, 2024
1 parent 4a07afb commit 2edf802
Showing 1 changed file with 11 additions and 8 deletions.
19 changes: 11 additions & 8 deletions packages/react/src/river/river-shared.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,6 @@
grid-area: content;
}

.River--align-start .River__content {
padding-inline-end: var(--base-size-128);
}

.River--align-end .River__content {
padding-inline: var(--base-size-64);
}

.River__visual {
grid-area: visual;
}
Expand Down Expand Up @@ -128,6 +120,17 @@
}
}

/* Large breakpoint and up */
@media screen and (min-width: 63.25rem) {
.River--align-start .River__content {
padding-inline-end: var(--base-size-128);
}

.River--align-end .River__content {
padding-inline: var(--base-size-64);
}
}

.RiverBreakout {
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 2edf802

Please sign in to comment.