Skip to content

Commit

Permalink
Decreasing heading sizes for releases (#1491)
Browse files Browse the repository at this point in the history
  • Loading branch information
zbynek authored Sep 4, 2023
1 parent 314f7fe commit c8ed60a
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion plugins/plugin-site/src/components/PluginReleases.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,22 @@
margin-bottom: 10px;
}

#pluginReleases--container .card-body .card-text h2 {
#pluginReleases--container .card-text h2 {
font-size: 1.4rem;
}

#pluginReleases--container .card-text h3 {
font-size: 1.2rem;
}

#pluginReleases--container .card-text h4 {
font-size: 1.1rem;
}

#pluginReleases--container .card-text h5 {
font-size: 1.0rem;
}

#pluginReleases--container .github-icon {
margin-left: 7px;
}

0 comments on commit c8ed60a

Please sign in to comment.