Skip to content

Commit

Permalink
Add padding to each individual selector
Browse files Browse the repository at this point in the history
  • Loading branch information
EvieePy committed Jan 4, 2025
1 parent 3583383 commit a64ae90
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/_static/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ th {

.admonition.warning {
background-color: var(--color-warning-background) !important;
padding: 1rem 1rem 0 1rem!important;
}

.warning > .admonition-title {
Expand All @@ -177,6 +178,7 @@ th {

.admonition.important {
background-color: var(--color-important-background) !important;
padding: 1rem 1rem 0 1rem!important;
}

.important > .admonition-title {
Expand All @@ -185,6 +187,7 @@ th {

.admonition.note {
background-color: var(--color-note-background) !important;
padding: 1rem 1rem 0 1rem!important;
}

.note > .admonition-title {
Expand All @@ -193,6 +196,7 @@ th {

.admonition.tip {
background-color: var(--color-tip-background) !important;
padding: 1rem 1rem 0 1rem!important;
}

.tip > .admonition-title {
Expand Down

0 comments on commit a64ae90

Please sign in to comment.