Fix Teto square

This commit is contained in:
Bun 2025-07-01 01:38:05 -04:00
parent d29992d07d
commit 6d0553b648
6 changed files with 24 additions and 9 deletions

View file

@ -39,6 +39,14 @@
}
.sb_img {
display: block;
margin-left: auto;
margin-right: auto;
margin-top: 10px;
max-width: calc(100% - 1.2em);
}
.sb_img img {
display: block;
margin-left: auto;
margin-right: auto;