mirror of
https://github.com/minio/docs.git
synced 2025-07-30 07:03:26 +03:00
Fix admonition font-size (#1099)
This commit is contained in:
@ -5,13 +5,12 @@ div.admonition {
|
|||||||
border: 0;
|
border: 0;
|
||||||
border: 1px solid transparent;
|
border: 1px solid transparent;
|
||||||
padding: 1.25rem;
|
padding: 1.25rem;
|
||||||
font-size: $font-size-md;
|
|
||||||
background-color: var(--theme-light-bg);
|
background-color: var(--theme-light-bg);
|
||||||
color: var(--headings-color);
|
color: var(--headings-color);
|
||||||
|
|
||||||
p.admonition-title {
|
p.admonition-title {
|
||||||
font-family: inherit;
|
font-family: inherit;
|
||||||
font-size: $font-size-md;
|
font-size: 1rem;
|
||||||
font-weight: $font-weight-bold;
|
font-weight: $font-weight-bold;
|
||||||
line-height: 1.4;
|
line-height: 1.4;
|
||||||
display: block;
|
display: block;
|
||||||
|
Reference in New Issue
Block a user