Skip to content

Commit

Permalink
fix: change card font to san-serif and adjust padding
Browse files Browse the repository at this point in the history
  • Loading branch information
yhuiYH committed Aug 14, 2024
1 parent fda9ca9 commit c6935e0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rocm_docs/rocm_docs_theme/static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,8 @@ a#ot-sdk-btn {

.sd-card-body.rocm-card-banner .sd-card-title {
margin: 0 0 0 0;
padding: 1rem 1rem 0.5rem;
padding: 0.5rem 1rem 0.5rem;
font-family: sans-serif;
background-color: var(--rocm-color-card-banner-bg);
background-image: linear-gradient(to right,
rgb(var(--rocm-color-card-banner-bg) / 80%) 1rem,
Expand Down

0 comments on commit c6935e0

Please sign in to comment.