Satisfying
This commit is contained in:
parent
7222d1c58b
commit
d2dddbeb2a
9 changed files with 29 additions and 4 deletions
src/components/cards
|
@ -32,6 +32,10 @@ const loadedImage = plsLoadImage(images, imagePath)
|
|||
</a>
|
||||
|
||||
<style>
|
||||
* {
|
||||
transition: all var(--a-time-default) var(--a-animation-1);
|
||||
}
|
||||
|
||||
.heading {
|
||||
display: flex;
|
||||
height: fit-content;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue