Animations fix
This commit is contained in:
parent
14cc9e0b7e
commit
ce4e7777e0
13 changed files with 23 additions and 37 deletions
src/components/cards
|
@ -32,10 +32,6 @@ const loadedImage = plsLoadImage(images, imagePath)
|
|||
</a>
|
||||
|
||||
<style>
|
||||
* {
|
||||
transition: all var(--a-time-default) var(--a-animation-1);
|
||||
}
|
||||
|
||||
.heading {
|
||||
display: flex;
|
||||
height: fit-content;
|
||||
|
@ -52,6 +48,7 @@ const loadedImage = plsLoadImage(images, imagePath)
|
|||
}
|
||||
|
||||
a {
|
||||
transition: border-color var(--a-time-default) var(--a-animation-1);
|
||||
border-radius: 1rem;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue