This commit is contained in:
onysd 2026-09-01 17:40:03 +03:00
parent 7cd1f64d0d
commit 62d8b53030
6 changed files with 51 additions and 6 deletions

View file

@ -231,6 +231,8 @@ a {
display: grid;
width: 34px;
height: 34px;
border-radius: 50%;
overflow: hidden;
place-items: center;
}
@ -238,7 +240,7 @@ a {
display: block;
width: 100%;
height: 100%;
object-fit: contain;
object-fit: cover;
}
.brand strong {