fix
This commit is contained in:
parent
7cd1f64d0d
commit
62d8b53030
6 changed files with 51 additions and 6 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue