diff --git a/public/index.html b/public/index.html index 57aa0e6..f98f52e 100644 --- a/public/index.html +++ b/public/index.html @@ -15,17 +15,21 @@ .hamburger.active .bar:nth-child(2) { opacity: 0; } + .hamburger.active .bar:nth-child(1) { transform: translateY(8px) rotate(45deg); } + .hamburger.active .bar:nth-child(3) { transform: translateY(-8px) rotate(-45deg); } + body { display: flex; flex-direction: column; min-height: 100vh; } + main { flex-grow: 1; } @@ -34,36 +38,40 @@
-