Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Adjust layout within button-shaped
  • Loading branch information
RoyEJohnson committed Oct 29, 2025
commit eb522d73e313a50363dbffdb1b264eba41c33eef
6 changes: 5 additions & 1 deletion src/app/pages/assignable/sections/banner/banner.scss
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,11 @@
border: thin solid os-color(orange);
border-radius: 1.2rem;
color: text-color(normal);
display: flex;
flex-direction: column;
gap: 1rem;
justify-items: center;
justify-content: space-between;
padding: 1rem 2rem;

p {
Expand All @@ -79,7 +83,7 @@

a {
@include set-font(body-regular);
line-height: 1;
line-height: normal;
}
}
}
Expand Down