21 lines
343 B
CSS
21 lines
343 B
CSS
/**
|
|
* 2023 Anvanto
|
|
*
|
|
* NOTICE OF LICENSE
|
|
*
|
|
* This source file is subject to the Academic Free License (AFL 3.0)
|
|
*
|
|
* @author Anvanto <anvantoco@gmail.com>
|
|
* @copyright 2023 Anvanto
|
|
* @license http://opensource.org/licenses/afl-3.0.php Academic Free License (AFL 3.0)
|
|
*/
|
|
|
|
|
|
|
|
.ab-bi-image img {
|
|
max-width: 100px;
|
|
max-height: 100px;
|
|
}
|
|
|
|
|