final prerelease

This commit is contained in:
Firq 2024-10-01 22:12:04 +02:00
parent d75fd91634
commit 6b1b3ab6f3
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
10 changed files with 1254 additions and 1102 deletions
src/components/cards

View file

@ -74,7 +74,7 @@ if (bond10 === false) {
background-color: var(--c-darkergray);
border-color: var(--c-darkgray);
padding: 0em 0.75em 0.5rem 0.75em;
width: 40%;
width: max(40%, 100px);
height: auto;
justify-content: center;
align-items: center;
@ -84,8 +84,8 @@ if (bond10 === false) {
}
article > img {
width: 7.5rem;
height: 7.5rem;
width: 90%;
height: auto;
border-radius: 2.5rem;
margin-top: 0.75rem;
}