Added favourites, fixed cards, merge this for first deploy

This commit is contained in:
Firq 2023-03-04 21:25:00 +01:00
parent fcf328b377
commit 3eccbb69d3
Signed by: Firq
GPG key ID: 3ACC61C8CEC83C20
10 changed files with 122 additions and 9 deletions
src/components

View file

@ -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);
}