Skip to content
This repository has been archived by the owner on Jul 26, 2024. It is now read-only.

Commit

Permalink
Merge pull request #33 from washingtonstateuniversity/fix/button-margin
Browse files Browse the repository at this point in the history
Fix button margin
  • Loading branch information
admturner authored Sep 30, 2020
2 parents b836101 + b43425d commit 9b7bdd6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/style.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 8 additions & 1 deletion src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ svg.svg-icon {
fill: currentColor;
}

article.wsuwp_hrs_courses .wp-block-button {
margin-top: 1em;
}

.wsuwp-courses-archive .taxonomy-description {
max-width: 45em;
padding-left: 2rem;
Expand All @@ -25,12 +29,15 @@ svg.svg-icon {
padding: 0;
}

.wsuwp-courses-archive .courses-archive-frontmatter label {
font-size: inherit;
}

.wsuwp-courses-archive .courses-archive-frontmatter .search-field[type="search"] {
font-size: var(--font-size-2);
}

.wsuwp-courses-archive .courses-archive-frontmatter .search-form input[type="submit"] {
margin-top: 0.5rem;
padding: 0.4rem 1rem;
}

Expand Down

0 comments on commit 9b7bdd6

Please sign in to comment.