Continuing the redesign

This commit is contained in:
Firq 2024-10-21 22:23:25 +02:00
parent 9d8493273d
commit 1f7709031c
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
9 changed files with 699 additions and 690 deletions
src/components/cards

View file

@ -74,8 +74,8 @@ if (bond10 === false) {
flex-direction: column;
background-color: var(--c-darkergray);
border: 2px var(--c-darkgray) solid;
padding: 0em 0.75em 0.5rem 0.75em;
width: max(40%, 100px);
padding: 10px;
width: max(30%, 100px);
height: auto;
justify-content: center;
align-items: center;
@ -116,9 +116,9 @@ if (bond10 === false) {
}
.bond-ce {
padding-top: 0.75rem;
padding-top: 0.25rem;
width: auto;
height: 3.5rem;
height: 3rem;
}
.unobtained {