Skip to content

Commit a64ae90

Browse files
committed
Add padding to each individual selector
1 parent 3583383 commit a64ae90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/_static/custom.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ th {
168168

169169
.admonition.warning {
170170
background-color: var(--color-warning-background) !important;
171+
padding: 1rem 1rem 0 1rem!important;
171172
}
172173

173174
.warning > .admonition-title {
@@ -177,6 +178,7 @@ th {
177178

178179
.admonition.important {
179180
background-color: var(--color-important-background) !important;
181+
padding: 1rem 1rem 0 1rem!important;
180182
}
181183

182184
.important > .admonition-title {
@@ -185,6 +187,7 @@ th {
185187

186188
.admonition.note {
187189
background-color: var(--color-note-background) !important;
190+
padding: 1rem 1rem 0 1rem!important;
188191
}
189192

190193
.note > .admonition-title {
@@ -193,6 +196,7 @@ th {
193196

194197
.admonition.tip {
195198
background-color: var(--color-tip-background) !important;
199+
padding: 1rem 1rem 0 1rem!important;
196200
}
197201

198202
.tip > .admonition-title {

0 commit comments

Comments
 (0)