Continuing the redesign
This commit is contained in:
parent
9d8493273d
commit
1f7709031c
9 changed files with 699 additions and 690 deletions
src/components/cards
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue