mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-23 22:42:14 +08:00
Resized images using css so boxes don't increase size
This commit is contained in:
parent
3b1c39102c
commit
92fa0ab1c1
@ -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 {
|
||||
|
@ -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 {
|
||||
|
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user