Added a header transition & a hidden element

This commit is contained in:
Mathias Wagner 2022-09-30 22:14:57 +02:00
parent 8aa61e70cb
commit 5e8f17a254

View File

@ -9,6 +9,10 @@
justify-content: space-between
backdrop-filter: blur(20px)
z-index: 999
transition: all 0.5s
.hidden
top: -90px
.link-area
margin-left: 10%