add img to babycode

This commit is contained in:
2025-05-27 17:19:06 +03:00
parent c79cc5797a
commit 8cd4695794
4 changed files with 25 additions and 0 deletions

View File

@ -447,6 +447,12 @@ input[type="text"], input[type="password"], textarea, select {
width: 50%;
}
.block-img {
object-fit: contain;
max-width: 400px;
max-height: 400px;
}
.thread-info-container {
grid-area: thread-info-container;
background-color: $accent_color;