Resized images using css so boxes don't increase size

This commit is contained in:
Zeckmathederg 2024-05-15 03:11:23 -06:00
parent 3b1c39102c
commit 92fa0ab1c1
3 changed files with 6 additions and 6 deletions

View File

@ -301,8 +301,8 @@ span.blue {
/* Admonitions */
div.admon img {
padding: .3em;
max-height: 5%;
max-width: 5%;
max-height: 25px;
max-width: 25px;
}
div.admon h3 {

View File

@ -301,8 +301,8 @@ span.blue {
/* Admonitions */
div.admon img {
padding: .3em;
max-height: 5%;
max-width: 5%;
max-height: 25px;
max-width: 25px;
}
div.admon h3 {

View File

@ -301,8 +301,8 @@ span.blue {
/* Admonitions */
div.admon img {
padding: .3em;
max-height: 5%;
max-width: 5%;
max-height: 25px;
max-width: 25px;
}
div.admon h3 {