fixes and updates
This commit is contained in:
parent
4c3ce6d2b6
commit
0692e8a0c5
1471 changed files with 27362 additions and 235 deletions
|
@ -33,7 +33,7 @@ img {
|
|||
justify-content: center;
|
||||
align-items: center;
|
||||
background-color: var(--bg-primary);
|
||||
border: 2px solid var(--color-secondary);
|
||||
border: none;
|
||||
width: fit-content;
|
||||
min-width: 88px;
|
||||
height: 31px;
|
||||
|
@ -44,8 +44,16 @@ img {
|
|||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.grid-item img {
|
||||
max-width: 100%;
|
||||
max-height: 100%;
|
||||
color: var(--color-accent)
|
||||
.grid-item a {
|
||||
width: fit-content;
|
||||
height: 31px;
|
||||
}
|
||||
|
||||
.grid-item a img {
|
||||
width: 88px;
|
||||
height: 31px;
|
||||
border: none;
|
||||
color: var(--color-accent);
|
||||
object-fit: scale-down;
|
||||
object-fit: fill;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue