commenting unecessary code

This commit is contained in:
Antoine M 2024-01-11 16:20:53 +01:00
parent 554ceabd9a
commit 5ffbd4c029

View File

@ -128,7 +128,7 @@
} }
} }
} }
&__burger-menu-toggle { /* &__burger-menu-toggle {
@apply lg:hidden @apply lg:hidden
absolute absolute
right-10 right-10
@ -145,7 +145,6 @@
right-0 right-0
w-full w-full
h-[2px] h-[2px]
/* bg-red-400 */
bg-white; bg-white;
margin-top: -1px; margin-top: -1px;
transition: all 0.3s ease; transition: all 0.3s ease;
@ -178,7 +177,7 @@
@apply fill-secondary; @apply fill-secondary;
} }
} }
} } */
@media screen and (max-width: 960px) { @media screen and (max-width: 960px) {
@apply overflow-hidden; @apply overflow-hidden;