Skip to content

Commit

Permalink
small patch (likely css, check release notes)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhutchen committed Apr 14, 2024
1 parent 01a0de4 commit 666a1ff
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ section {
text-align: center;
}

@keyframes fadeInFromMiddle {
@keyframes fadeIn{
from {
opacity: 0;
transition-timing-function: ease-in;
Expand Down Expand Up @@ -375,7 +375,12 @@ section {
.overlay {
display: none;
}

.header{
animation: fadeIn 2s cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
.menu {
animation: fadeIn 1s cubic-bezier(0.1, 0.7, 1.0, 0.1);
}
@media (max-width: 700px) {

.menu-open .links a {
Expand Down

0 comments on commit 666a1ff

Please sign in to comment.