Added favourites, fixed cards, merge this for first deploy
This commit is contained in:
parent
fcf328b377
commit
3eccbb69d3
10 changed files with 122 additions and 9 deletions
src/components
|
@ -60,12 +60,16 @@ if(bond10 === "false") {
|
|||
}
|
||||
|
||||
article {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
flex-direction: column;
|
||||
background-color: rgb(27, 27, 27);
|
||||
border-color: #1e1e1e;
|
||||
padding: 0em 0.75em;
|
||||
width: 40%;
|
||||
height: auto;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
transition: transform var(--speed) var(--ease);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue