Integrated animations in the Home styles.sass
This commit is contained in:
parent
e940275b69
commit
d7c6f3de01
@ -11,6 +11,7 @@
|
|||||||
.info-area
|
.info-area
|
||||||
padding: 1rem 1.5rem
|
padding: 1rem 1.5rem
|
||||||
width: 21rem
|
width: 21rem
|
||||||
|
animation: bounceIn 0.7s ease-out
|
||||||
|
|
||||||
h2
|
h2
|
||||||
margin: 0
|
margin: 0
|
||||||
@ -64,6 +65,8 @@
|
|||||||
gap: 1rem
|
gap: 1rem
|
||||||
color: $text
|
color: $text
|
||||||
text-decoration: none
|
text-decoration: none
|
||||||
|
transition: 0.2s
|
||||||
|
animation: bounceIn 0.7s ease-out
|
||||||
|
|
||||||
svg
|
svg
|
||||||
font-size: 38pt
|
font-size: 38pt
|
||||||
|
Loading…
x
Reference in New Issue
Block a user