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 6045833 commit e3f01d8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions assets/styles/site-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -369,11 +369,12 @@
}

.ux-c-site-masthead__actions {
margin:64px 0 40px 0;
justify-content: space-evenly;
margin:64px auto 40px auto;
justify-content: center;
display: flex;
width: 100%;
max-width: 35vw;
flex-wrap: wrap;

}

.ux-c-hero__home__content .ux-c-button {
Expand All @@ -389,6 +390,9 @@
padding: var(--pf-global--spacer--md);
width: max-content;
}
.ux-c-button.ux-m-secondary.pf-m-small {
padding: var(--pf-global--spacer--xs) var(--pf-global--spacer--md);
}
.ux-c-button.ux-m-secondary:hover {
color: black !important;
text-decoration: none;
Expand Down

0 comments on commit e3f01d8

Please sign in to comment.