Skip to content

Commit

Permalink
feat(frontend): move actions below heading
Browse files Browse the repository at this point in the history
  • Loading branch information
paulrobertlloyd committed Apr 13, 2024
1 parent a9b3415 commit 14aa3e1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions packages/frontend/components/heading/styles.css
Original file line number Diff line number Diff line change
@@ -1,13 +1,7 @@
.heading {
align-items: end;
display: flex;
flex-wrap: wrap;
flex-direction: column;
gap: var(--space-s);

& .actions {
margin-block-end: var(--space-2xs);
margin-inline-start: auto;
}
}

.heading__photo {
Expand Down

0 comments on commit 14aa3e1

Please sign in to comment.