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