Skip to content

Commit

Permalink
Update site-styles.css
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewcarleton authored Jul 4, 2024
1 parent 163f3ae commit 1c2ee42
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion assets/styles/site-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -90,9 +90,12 @@
grid-area: desc;
color:var(--pf-global--palette--black-400);
}
.ux-c-area-head__action {
.ux-c-area-head__actions {
grid-area: action;
margin-block-start: var(--pf-global--spacer--md);
}
.ux-c-area-head__actions .ux-c-button:first-of-type:not(:only-of-type) {
margin-bottom: var(--pf-global--spacer--md);
}
.ux-l-cards {
display: flex;
Expand Down

0 comments on commit 1c2ee42

Please sign in to comment.