1
0
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:
Rushan
2023-12-27 20:29:32 +04:00
committed by GitHub
parent d97d63ae90
commit a47db59b39

View File

@ -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;