Small device fix
This commit is contained in:
parent
4615bd5458
commit
358cd5ee9a
1 changed files with 1 additions and 9 deletions
|
@ -33,14 +33,6 @@ const img: string = `/favourites/${image}.webp`
|
||||||
align-items: center;
|
align-items: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.servants-container {
|
|
||||||
row-gap: 1em;
|
|
||||||
column-gap: 1em;
|
|
||||||
justify-content: center;
|
|
||||||
align-self: center;
|
|
||||||
align-content: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
a:hover {
|
a:hover {
|
||||||
transform: scale(var(--hover-scale));
|
transform: scale(var(--hover-scale));
|
||||||
}
|
}
|
||||||
|
@ -63,7 +55,7 @@ const img: string = `/favourites/${image}.webp`
|
||||||
|
|
||||||
a > img {
|
a > img {
|
||||||
padding: 0.25em;
|
padding: 0.25em;
|
||||||
width: 120px;
|
width: 90%;
|
||||||
height: auto;
|
height: auto;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue